summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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-04.ua keyboard; from Igor Grabin <violent@death.kiev.ua>Michael Shalayeff
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-02regenJakob Schlyter
2001-09-02add Todos Argos Mini Smartcard ReaderJakob Schlyter
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-31implement autoconf mechanism using device_register(); from NetBSD.Jason Wright
2001-08-31Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
2001-08-29less definesMichael Shalayeff
2001-08-29make set/get screen work nowMichael Shalayeff
2001-08-29initialize ac_enaddr from sc_enaddrJason Wright
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-26Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
2001-08-26this hasn't been used for ages. kill; krw@ ok.Federico G. Schwindt
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