summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2001-09-15syncJason Wright
2001-09-15SUN GEMJason Wright
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-10fix the bzero size, not that it matters that muchMichael Shalayeff
2001-09-06regenMichael Shalayeff
2001-09-06fix a dup and add one toshiba deviceMichael Shalayeff
2001-09-06regenMichael Shalayeff
2001-09-06#9 rev IVMichael Shalayeff
2001-09-06syncNiels Provos
2001-09-06supersavageNiels Provos
2001-09-06Remove useless "\n%s" from the attach routine to match OpenBSD attach norms.Todd C. Miller
2001-09-06sync up to NetBSD; reviewed by csapuntz@Christian Weisgerber
2001-09-06Rewrite interrupt handler a bit... ack interrupts sooner.Jason Wright
2001-09-05syncJason Wright
2001-09-05ElanSC520 Host-PCIJason Wright
2001-09-05fix pci_intr_map so that it uses the new interfaceNathan Binkert
2001-09-05add lgeNathan Binkert
2001-09-05Pick up a bugfix from FreeBSD: In wx_hw_stop, a bogus additional writemjacob
2001-09-05Stereo jitter suppressor.Marc Espie
2001-09-05add intel ich3 ac97Niels Provos
2001-09-05syncNiels Provos
2001-09-05add 82801CA/CAM AC97 AudioNiels Provos
2001-09-04recognize intel pro/100 cards; okay deraadt@Niels Provos
2001-09-04syncTheo de Raadt
2001-09-04shortenTheo de Raadt
2001-09-04Driver for the Level1 LXT1001 Gigabit Ethernet Chip.Nathan Binkert
2001-09-04syncChris Cappuccio
2001-09-04Intel ICH3 (82801CA/CAM) IDEChris Cappuccio
2001-09-04Select between MII/GMII/TBI in the mii_mediachg function instead of in theNathan Binkert
2001-09-04Fix mask for callout unitNathan Binkert
2001-09-01Catch up with mainline of code development.mjacob
2001-08-31Print a hex value with 0x (Alexander Yurchenko <grange@rt.mipt.ru>)Chris Cappuccio
2001-08-28an attempt at deuglification of the previous commit (It's still ugly, tho)Jason Wright
2001-08-28Relax restriction on buffer length being % 4 = 0 for the last entry in theJason Wright
2001-08-27get direction of read/write correct in calls to bus_dmamap_sync()Jason Wright
2001-08-27reverse read/write directions in bus_dmamap_sync calls since I misunderstood ...Jason Wright
2001-08-27Deal with __HAS_NEW_BUS_DMAMAP_SYNC and try to sync partial maps when possible.Jason Wright
2001-08-27initial support for non-HMAC md5/sha1 (work by ben@ and myself)Jason Wright
2001-08-27syncChris Cappuccio
2001-08-27Promise PDC20268Chris Cappuccio
2001-08-26syncTheo de Raadt
2001-08-26newTheo de Raadt
2001-08-26Yup, I managed to fat finger all three of these while doing bus_dmamap_sync()Jason Wright
2001-08-26deal with 5 arg form of bus_dmamap_sync() if availableJason Wright
2001-08-26remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.Federico G. Schwindt
2001-08-25deal with 5 arg for of bus_dmamap_sync() if availableJason Wright
2001-08-25Allow machdep code to decide the order in which we probe theArtur Grabowski
2001-08-25 - Use BUS_DMA_RAW if it's defined.Artur Grabowski
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-24missing bus_dmamap_sync() calls on descriptors... also deal with 5 argument f...Jason Wright