thorpej
577fd9d8fa
* Use aprint*().
...
* Add Ultra/133 to wdc_print_modes().
2003-05-17 21:52:03 +00:00
fvdl
a47c14adcc
Fix reversed arguments to bus_space_unmap.
2003-05-15 18:04:08 +00:00
wiz
1adfebd8ae
coaless -> coalesce.
2003-05-14 13:03:36 +00:00
wiz
74da88f77a
Correct spelling of coalesce. (Will forward to Justin Gibbs.)
2003-05-14 12:57:45 +00:00
ad
b9ac701d8a
Fix thinko.
2003-05-14 11:22:55 +00:00
wiz
b71230c47d
Typos from Jean-Francois Brousseau, via jmc@openbsd.
2003-05-13 22:43:20 +00:00
thorpej
405790a85a
Add support for the user-generated command interface and event logging
...
required by the ICP-Vortex management tools. Many thanks to Achim Leubner
at ICP-Vortex for a few bug fixes and for testing.
2003-05-13 15:42:33 +00:00
uwe
2866542ad3
Redo attachment to support proper cnattach.
...
wscons on netwinder almost works now.
2003-05-10 01:51:56 +00:00
martin
4e2589a192
We are getting passed an integer value via a void* arg (in an ioctl() like
...
function) - cast it to an intptr_t.
Addresses parts of PR kern/21448 by Frank Kardel.
2003-05-08 21:18:42 +00:00
fvdl
31826208ad
Define PCI32_DMA_BOUNCE_THRESHOLD
2003-05-05 13:04:29 +00:00
ad
a079c0eb98
- Fix the mailbox protocol. Not tested with newer 'Quartz' controllers.
...
- Handle failure during initalisation more gracefully.
- Create a watchdog thread to poke the board and check for status changes.
- Make ready for > 64kB transfers.
2003-05-04 16:15:35 +00:00
wiz
1ffa7b76c4
DMA, not dma nor Dma.
2003-05-03 18:10:37 +00:00
thorpej
9039a9311b
Fix inverted logic in pci_vpd_write(). From Jachym Holecek, PR kern/21440.
2003-05-03 18:02:37 +00:00
thorpej
b43b1645a2
Use aprint*().
2003-04-29 01:07:30 +00:00
fvdl
a51397e9b2
Quell a strict-alias warning by applying the same cast to '&target' as
...
already done in all other cases.
2003-04-28 14:43:32 +00:00
haya
0daef8c89f
Regenerate for pcidevs 1.529 and 1.530 changes.
2003-04-28 08:33:48 +00:00
haya
343fa8e595
Add some Texas Instruments' CardBus bridges. Device ID are taken from
...
data sheets provided by TI web site and 'PCI Vendor and Device list'
web page <http://www.yourvote.com/pci >.
2003-04-28 08:29:52 +00:00
haya
67d0b87c1f
Add some O2Micro CardBus bridges regarding PR/20084. Device ID are
...
taken from FreeBSD and cross-checked by the web page 'PCI Vendor and
Device list' <http://www.yourvote.com/pci >
2003-04-28 08:17:30 +00:00
nakayama
1e411d7027
Make DMA mode works on Promise Ultra66/100 with 48-bit LBA drives.
...
Ok'ed by bouyer in tech-kern@netbsd.org .
2003-04-28 05:20:29 +00:00
wiz
c42e1fac66
Management, not managment. Mostly from jmc@openbsd.
2003-04-26 22:07:12 +00:00
fvdl
5aecd7c8fc
On the first read of the DEVCONFIG PCI config register, sparc64 systems
...
seem to return all 1s. The second read is ok, though. So, as a workaround,
read it twice. From Manuel Bouyer.
2003-04-25 16:02:52 +00:00
nathanw
6eaaff9eaa
Regen.
2003-04-24 23:37:00 +00:00
nathanw
ebfdc33307
Add a few Opteron and AMD8000 chipset device IDs.
2003-04-24 23:36:09 +00:00
fvdl
8672af5bd0
Regenerated after AMD 8131 additions.
2003-04-22 20:53:09 +00:00
fvdl
501dfe4285
Add AMD 8131 PCI-X tunnel and IO apic.
2003-04-22 20:52:06 +00:00
fvdl
1aca5bda05
ahd, driver for Adaptec 790x U320 controllers. Originally by Justin Gibbs
...
for FreeBSD, ported to NetBSD by Pascal Renauld, Network Storage Solutions,
Inc, plus a bunch of changes by me.
This driver is as yet untested in this final form, it will be added
to config files when it has been tested.
2003-04-21 00:14:52 +00:00
fvdl
d268a0e37f
Add register definitions for the PCI-X capability.
2003-04-20 22:53:56 +00:00
christos
9a119fd83b
PR/21236: Simon Hitzemann: Fix missing space in error format. While I am
...
there make a single copy of the error string instead of 6 and share it.
2003-04-19 23:37:26 +00:00
fvdl
ec7141e045
Newer ahc driver, port from Justin Gibbs' driver in FreeBSD. Ported by
...
Pascal Renauld at Network Storage Solutions, Inc, with some changes
by me.
2003-04-19 19:34:23 +00:00
fvdl
8a26def233
Add ahd at pci (to be added later).
2003-04-19 19:30:07 +00:00
christos
4bf8b7765e
Put back bits of pr 9286 that got lost. Thanks to Onno van der Linden for
...
pointing this.
2003-04-19 15:47:45 +00:00
thorpej
7e4fd7b547
Device driver for the LSI Logic Fusion-MPT based SCSI and Fibre Channel
...
adapters. Currently supports:
* LSI 53c1030 Ultra320 SCSI
* LSI FC909, FC909A, FC919, and FC929 Fibre Channel
Ported from the FreeBSD "mpt" driver, written by Greg Ansley. Thanks
to Frank van der Linden for testing and some bug finding.
This work was sponsored by Wasabi Systems, Inc.
2003-04-16 22:02:59 +00:00
augustss
44a844916d
Regen.
2003-04-15 23:15:47 +00:00
augustss
155de892db
Another VIA device.
2003-04-15 23:15:23 +00:00
augustss
b855d8716e
Add another VIA CPU-AGP bridge.
2003-04-15 23:13:50 +00:00
tron
78a6a01cac
Pullup short mbuf in wm_tx_cksum() instead of dropping it which fixes
...
PR kern/21190 by myself. Jason R. Thorpe code reviewed the changes.
2003-04-15 22:52:40 +00:00
rjs
c0cc8d30c1
Regen.
2003-04-15 21:43:56 +00:00
rjs
dd9495f867
Add ID for ITE IT8152 companion chip.
2003-04-15 21:32:28 +00:00
thorpej
b2beaa1fbd
wm_tx_cksum(): Set the initial offset correctly for packets using
...
802.1Q encap.
2003-04-15 21:12:24 +00:00
explorer
a09cd2fd46
typo, s/TX4/TX2/
2003-04-13 01:53:00 +00:00
explorer
38fd615cff
add an older pci id for SATA150TX2PLUS, too
2003-04-12 10:41:04 +00:00
christos
4a09954028
PR/9286: Steven Grunza: Win98 warm boot puts 3c905B in state D3 and causes
...
ex driver failure
2003-04-12 09:03:25 +00:00
christos
611ca7be61
regen
2003-04-12 08:41:20 +00:00
christos
f45b1c425d
PR/8754: Andreas Wrede: Add SIIG devices
2003-04-12 08:40:48 +00:00
christos
2d2910a91a
PR/21108: Christopher SEKIYA: if_wi_pci.c rev 1.21 is incorrect for PLX-9052
2003-04-12 08:17:45 +00:00
explorer
07db7d8001
add Promise ATA/150 TX4 id
2003-04-11 02:49:40 +00:00
christos
1af07f5803
Add MIIF_FORCEANEG from Martin Husemann
2003-04-10 01:58:21 +00:00
thorpej
375bf0732b
Need <uvm/uvm_extern.h>.
2003-04-09 01:35:12 +00:00
thorpej
24a4b8faa6
Use PAGE_SIZE rather than NBPG.
2003-04-09 00:28:28 +00:00
lha
23d7d55666
Regenerate.
...
(add Radeon Mobility M7 LW (AGP))
2003-04-05 16:43:47 +00:00