sommerfeld
313081da93
Add a few 802.11 cards
1999-07-14 22:13:27 +00:00
augustss
021319d9b3
Avoid crashing if we are forced to close() before teh open() completed
...
(can happen on disconnect, probably due do dubious logic in vdevgone()).
1999-07-14 19:12:07 +00:00
ragge
e859716a79
Unused in MI code.
1999-07-12 19:47:40 +00:00
kleink
cf917747a1
Add a driver for the ESS Technology Solo-1 PCI AudioDrive line of chips.
1999-07-12 15:13:30 +00:00
kleink
7d8abaa49e
Regen.
1999-07-12 15:04:41 +00:00
kleink
ecbc7c6afd
Change the ESS Solo-1 description string to match the data sheet.
1999-07-12 15:02:46 +00:00
bouyer
0612a1ddef
Fix typo in a printf, from Soren S. Jorvan.
1999-07-12 13:49:38 +00:00
ragge
497378ce6d
Copied from ../../arch/vax/bi/uba_bi.c,v
1999-07-12 13:43:40 +00:00
ragge
af86c7da93
Copied from ../../arch/vax/bi/kdbreg.h,v
1999-07-12 13:43:24 +00:00
ragge
f5e891549d
Copied from ../../arch/vax/bi/kdb.c,v
1999-07-12 13:43:11 +00:00
ragge
fa113488d5
Copied from ../../arch/vax/bi/bivar.h,v
1999-07-12 13:42:55 +00:00
ragge
3b01a5972f
Copied from ../../arch/vax/bi/bireg.h,v
1999-07-12 13:42:42 +00:00
ragge
f6e8b1b918
Copied from ../../arch/vax/bi/bi.c,v
1999-07-12 13:42:24 +00:00
augustss
361422bc96
Apply some bulk transfer bug fixes from FreeBSD.
1999-07-12 05:22:50 +00:00
bad
54b747eb16
In pcmcia_pars_cis_tuple(): in the PCMCIA_TPCE_FS_MEMSPACE_TABLE case
...
there is one more memspace in the table then the PCMCIA_TPCE_MS_COUNT
mask produces.
1999-07-11 00:34:37 +00:00
bad
c95ed3d2e5
In pcmcia_print_cis(): When printing io and mem spaces don't append trailing
...
0s if length or hostaddr are zero, instead DTRT.
1999-07-11 00:26:29 +00:00
kleink
2422638ad5
Fix a buglet in the driver's DMA buffer list ipmlementation, causing the next-
...
in-list (wrong) descriptor structure of the buffer in question to be freed.
1999-07-10 16:46:19 +00:00
bouyer
e5d15c0dc6
Add another CD to the quirk table.
1999-07-08 14:24:42 +00:00
oster
324c76b3d9
Once upon a time, long long ago, there was a "fix" added to the
...
RAIDframe driver to stop it from eating too much kernel memory when
writing data. But that fix had a nasty side-affect of hurting write
performance (*much* more than I thought it would). These changes nuke
that "fix", and instead put in a more reasonable mechanism for limiting
the number of simultaneous IO's which can be happening for each RAID device.
The result is a noticeable improvement in write throughput. The End.
1999-07-08 00:45:23 +00:00
thorpej
5f1ede624f
Make the kthread API a bit friendlier to loadable kernel modules.
1999-07-06 21:51:22 +00:00
thorpej
7b3258b6a7
Make the kthread API a bit more friendly to loadable kernel modules.
1999-07-06 21:44:09 +00:00
augustss
7875415701
Add the detach and activate entry points to the cfattach struct.
1999-07-06 07:42:23 +00:00
augustss
319c42848d
Add some sanity checks.
1999-07-06 07:12:03 +00:00
mjacob
c9d36d5b4c
add in (controlled by option) 2200 Expanded Lun F/W
1999-07-06 05:43:51 +00:00
mjacob
8fc3744ddd
Upgrade 2100 F/W and add 2200 f/w.
1999-07-05 20:33:58 +00:00
mjacob
f428cf36fa
Change to approved NASA/Ames copyright. Add Fabric support. Fix SCCLUN support.
...
Add code that tries to track LoopID shifting.
1999-07-05 20:31:35 +00:00
mjacob
3bb408eb05
Change to approved NASA/Ames copyright. Add in Qlogic 2200 support.
1999-07-05 20:28:11 +00:00
cgd
636e8f4688
'Dolphin' -> 'Dolphin Peripherals' where appropriate
1999-07-03 05:55:23 +00:00
cgd
111e8a47c4
Add support for 36 more SIIG PCI serial/parallel cards (for a total of 37).
...
This means that all SIIG PCI serial/parallel cards (described on their
web site as "I/O boards" as of July 2, 1999) should now be supported.
1999-07-03 05:38:05 +00:00
drochner
f3a6841709
make it compile if WSDISPLAY_COMPAT_RAWKBD is defined, but NWSDISPLAY not,
...
reported by Kazushi Marukawa <jam@pobox.com>
1999-07-01 11:18:20 +00:00
itojun
118d2b1d4f
IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.
...
(Sorry for a big commit, I can't separate this into several pieces...)
Pls check sys/netinet6/TODO and sys/netinet6/IMPLEMENTATION for details.
- sys/kern: do not assume single mbuf, accept chained mbuf on passing
data from userland to kernel (or other way round).
- "midway" ATM card: ATM PVC pseudo device support, like those done in ALTQ
package (ftp://ftp.csl.sony.co.jp/pub/kjc/).
- sys/netinet/tcp*: IPv4/v6 dual stack tcp support.
- sys/netinet/{ip6,icmp6}.h, sys/net/pfkeyv2.h: IETF document assumes those
file to be there so we patch it up.
- sys/netinet: IPsec additions are here and there.
- sys/netinet6/*: most of IPv6 code sits here.
- sys/netkey: IPsec key management code
- dev/pci/pcidevs: regen
In my understanding no code here is subject to export control so it
should be safe.
1999-07-01 08:12:45 +00:00
drochner
6d864c0914
add driver for the Bit3 PCI-VME adapter, without the DMA parts for now
1999-06-30 17:45:38 +00:00
fair
3a845702d7
A reference to http://members.hyperlink.net.au/~chart/pci.htm in comments;
...
this new effort at collecting PCI data outside the PCI SIG replaces the
one that was referenced in here before.
No regeneration required.
1999-06-30 16:52:52 +00:00
drochner
83eb712e3c
update for new VME framework
1999-06-30 15:07:45 +00:00
drochner
44418fdf70
new, more mi, VME framework
1999-06-30 15:06:05 +00:00
augustss
b177c7a397
Totally redo the way device detach is done. It now uses a kernel event
...
thread and the config detach method.
Squish a number of space leaks on detach.
1999-06-30 06:44:22 +00:00
augustss
dd048d428b
Make it possible to detach wsmouse and wskbd.
...
XXX wskbd probably needs some more work.
1999-06-30 06:21:21 +00:00
augustss
622f3d3db5
Regen.
1999-06-28 04:10:26 +00:00
augustss
f69aea19d2
Add some weirdo modem.
1999-06-28 04:09:53 +00:00
drochner
dbd86a254c
add driver for realtek 8129/8139, from freebsd, with mii stuff kicked out
1999-06-27 15:19:40 +00:00
drochner
746543928c
regen
1999-06-27 15:15:00 +00:00
drochner
120b30daf4
add some realtek 8139 clones
1999-06-27 15:13:54 +00:00
pk
a7e4d3ac4d
Add the Sbus front-end for the HME driver.
1999-06-27 12:47:52 +00:00
pk
5041f2a9dd
HME ethernet driver.
...
Note: this is work in progress; needs testing and tweaking. mgr has
promised to do that..
1999-06-27 12:26:32 +00:00
tron
b2c4582d6d
Regen.
1999-06-26 16:26:57 +00:00
tron
0ddfad8dfa
"www.usb.org" says that:
...
a) Logitech has vendor ID 0x046d.
b) That vendor ID 0x05ac is Apple Computer.
1999-06-26 16:26:20 +00:00
tron
6e72bbdb8a
Regen.
1999-06-26 15:21:17 +00:00
tron
62f6e7122f
Correct description of vendor "LOGITECH": this is not Apple.
1999-06-26 15:20:53 +00:00
augustss
3fd5344a95
Add suspend/resume handling to the UHCI driver.
...
Currently it only works if the BIOS saves enough state of the controller.
Once I find a machine with a dumber BIOS I'll try to improve that.
1999-06-26 08:30:17 +00:00
augustss
701eca7576
Remove unneeded #include.
1999-06-26 03:14:25 +00:00