Dag-Erling Smørgrav
c2c0fac9c9
Attempt to provide real values for meminfo.
2000-03-25 19:41:18 +00:00
Warner Losh
190701a53a
Two new chips found in Steve Passe's Protoge' laptop:
...
Lucent 56Flex DVS LTMOTEM (winmodem and unsupported)
Cinemaster C 3.0 DVD Decoder
2000-03-25 17:01:59 +00:00
Dag-Erling Smørgrav
8deca17b79
Linux /proc filesystem.
...
Submitted by: pb
2000-03-25 13:23:02 +00:00
Warner Losh
fbeea60676
Regen
2000-03-25 04:05:16 +00:00
Warner Losh
23b295b874
Merge 1.60 to 1.85 of NetBSD's pcmciadevs into our database.
2000-03-25 04:04:24 +00:00
Warner Losh
be8bcd17eb
More pnpids.
2000-03-25 03:24:43 +00:00
Warner Losh
2d268ca4c3
Make pcic module compile again for NEWCARD (not for old pccard).
2000-03-25 03:16:19 +00:00
Warner Losh
b9118590b8
Make this compile again and harmonize with GENERIC:
...
o added gif, faith, wx, ida, amr, mlw, INET6
o many comment nits
o Comment out all the compat shim devices, mostly so that I know what
they are:
amd, dpt, ncr, adv, tx, vx, fe, cs, lnc,
o Leave the following commented out:
ie, le
NEWCARD now compiles again. Back to testing...
2000-03-25 03:15:03 +00:00
Matthew N. Dodd
c9c222f749
Fix a problem that caused TCP fragments to be lost (among other things.)
2000-03-24 23:31:42 +00:00
John Baldwin
76b501da94
Update sysinstall to use struct uc_device instead of struct isa_device
...
for generating /boot/kernel.conf. Since this structure is shared, move
its definition out to a header file, just as struct isa_device was defined
in a header file. This fixes the sysinstall breakage in -current.
2000-03-24 22:24:09 +00:00
Jeroen Ruigrok van der Werven
53543772cb
Fix spelling, slingly -> singly.
...
Submitted by: nrahlstr
2000-03-24 21:02:14 +00:00
Bill Fumerola
a68c41beea
Add Mach64-LB graphics accelerator
...
Submitted by: Brandon Martus <bmartus@chc-chimes.com> (unwittingly)
Obtained from: NetBSD (syssrc/sys/dev/pci/pcidevs)
2000-03-24 19:31:02 +00:00
Søren Schmidt
8c918526a5
Fix the panic occuring on non-changer devices.
2000-03-24 07:44:20 +00:00
Cameron Grant
6b4b88f7a2
don't check extended features on codecs known to hang. should fix neomagic
...
problems.
2000-03-24 03:14:35 +00:00
Matthew Dillon
f1924a54f8
Fix in-kernel infinite loop in pipe_write() when the reader goes away
...
at just the wrong time.
2000-03-24 00:47:37 +00:00
Bruce Evans
4a8d210268
Remove unused file.
2000-03-23 19:22:14 +00:00
Bruce Evans
83f7669eff
Fixed most disordering (almost all except for i4b and targets with
...
complicated rules).
2000-03-23 19:08:49 +00:00
Bruce Evans
822dcb81d0
Fixed most disordering (all except for targets with complicated rules).
2000-03-23 19:03:26 +00:00
Matthew Dillon
84365e2bcb
Fix parens in m_pullup() line in arp handling code. The code was
...
improperly doing the equivalent of (m = (function() == NULL)) instead
of ((m = function()) == NULL).
This fixes a NULL pointer dereference panic with runt arp packets.
2000-03-23 18:58:59 +00:00
Bruce Evans
ca04fd5f6f
Fixed my breakage of SPLASSERT() in rev.1.15. There was a stray semicolon
...
after "if ()".
2000-03-23 18:46:44 +00:00
Mike Smith
9992d96f25
Fix detection of the card-ready-for-command state. Use an ultimate
...
timeout closer to the 1-second value that AMI use in their Linux
driver, and mark the mailbox structures as volatile so that gcc
doesn't over-optimise access to them.
This should fix the "controller wedged" bug.
Submitted by: Brian Dean <brdean@unx.sas.com>
2000-03-23 18:33:19 +00:00
Jeroen Ruigrok van der Werven
000033d073
Document options HZ, place it in its own section `CLOCK OPTIONS' and
...
add the undocumented CLK_* options to that section as well.
Submitted by: Mike Tancsa <mike@sentex.ca> (partially)
2000-03-23 16:22:50 +00:00
Bruce Evans
0784615675
Fixed clean rule for font.h.
2000-03-23 15:42:24 +00:00
David E. O'Brien
4c3ecb0f88
Switch to the new time counter code to follow the i386.
...
Assisted by: phk
2000-03-23 10:22:52 +00:00
KATO Takenori
6eeafd696c
Merged from sys/i386/isa/clock.c and sys/isa/sio.c revisions 1.150 and
...
1.292, respectively.
2000-03-23 08:55:45 +00:00
KATO Takenori
bef3dd268d
Removed B_READ and B_WRITE.
2000-03-23 08:53:15 +00:00
KATO Takenori
aad7652706
Disable fdctl_wr_foo. This feature is not supported by PC98.
2000-03-23 08:50:56 +00:00
KATO Takenori
25d654e785
Merged from sys/conf/files.i386 revision 1.310 (re-activate K6-2
...
MTRR driver).
2000-03-23 08:13:32 +00:00
Poul-Henning Kamp
912e4ae9f7
Fix one place which knew that B_WRITE was zero.
...
Fix a stylistic mistake of mine while here.
Found by: Stephen Hocking <shocking@prth.pgs.com>
2000-03-22 08:40:13 +00:00
Yoshihiro Takahashi
9d97e36cc4
Added the joy driver (commented out).
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
2000-03-22 03:19:37 +00:00
Brian Feldman
333aa64d05
in6_pcb.c:
...
Remove a bogus (redundant, just weird, etc.) key_freeso(so).
There are no consumers of it now, nor does it seem there
ever will be.
in6?_pcb.c:
Add an if (inp->in6?p_sp != NULL) before the call to
ipsec[46]_delete_pcbpolicy(inp). In low-memory conditions
this can cause a crash because in6?_sp can be NULL...
2000-03-22 02:27:30 +00:00
Poul-Henning Kamp
e004067750
Whine at users who still have block devices in /dev, give them until
...
june 1st to fix their system.
2000-03-21 19:25:56 +00:00
Dan Moschuk
6ad9d70260
Include a space between hash ('#') and 'Berkeley packet filter' like
...
all the other comments have.
2000-03-21 17:00:58 +00:00
Bill Paul
b485fb175f
Regenerate usbdevs files.
...
Also add device entry in if_kue.c for the LINKSYS USB10T adapter.
Also add calls to bpfdetach() in detach routines.
2000-03-21 15:20:41 +00:00
Bill Paul
695ddaa54a
Add device ID for LinkSys USB10T ethernet adapter (0x2202).
2000-03-21 15:18:51 +00:00
Duncan Barclay
160be33b08
For version 0.9 change DNET output
2000-03-21 14:39:36 +00:00
Duncan Barclay
aa5eb84d3c
Added user level updates and reading of parameters.
2000-03-21 14:27:46 +00:00
Duncan Barclay
f338b9dcb1
Typo.
2000-03-21 14:26:38 +00:00
Søren Schmidt
c481f1fa74
Make ATAPI CD changer devices work, hopefully better than before.
2000-03-21 13:26:54 +00:00
Paul Saab
e5a28db9f5
Add sysctl kern.coredump to enable/disable core dumps system wide.
2000-03-21 07:10:42 +00:00
Archie Cobbs
382379f8a8
Call bpfdetach() before going away.
2000-03-21 01:42:56 +00:00
Warner Losh
5431b20654
Bogusly returned zero always. Return 1 if we pass the checksum.
2000-03-20 23:29:27 +00:00
Masahide MAEKAWA
ae562b99a0
Regen.
2000-03-20 19:49:50 +00:00
Masahide MAEKAWA
91441023d8
Add 22 vendor IDs.
2000-03-20 19:49:20 +00:00
Masahide MAEKAWA
bdc8d7478e
Regen.
2000-03-20 18:30:34 +00:00
Masahide MAEKAWA
3935d591c6
Add 80 vendor IDs.
2000-03-20 18:30:04 +00:00
Brian Feldman
16aae9cbc0
Split the logic of
...
static int setrootbyname(char *name);
out into
dev_t getdiskbyname(char *name);
This makes it easy to create a new DDB command, which is the big reason
for the change. You can now do the following in DDB:
Example rc.conf entry:
dumpdev="/dev/ad0s1b" # Device name to crashdump to (if enabled).
db> show disk/ad0s1b
dev_t = 0xc0b7ea00
db> p *dumpdev
c0b7ea00
2000-03-20 16:28:35 +00:00
Cameron Grant
87374c3d7a
toast warnings on i386
2000-03-20 15:50:08 +00:00
Cameron Grant
3252a47be9
make als120 cards which report dsp version 3.x whilst only supporting 4.x
...
and *not* 3.x commands work
2000-03-20 15:34:27 +00:00
Cameron Grant
39004e693d
update the ac97 layer:
...
* add a callback for initialising the mixer interface
* support ac97 2.1 variable rate audio feature
fix ac97-using drivers for the above
add suspend/resume support for neomagic
2000-03-20 15:30:50 +00:00