summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-08-08rename a bunch of bio/raid APIs to stop the bleeding in dlg andTheo de Raadt
2005-08-08Add devices to structures.Marco Peereboom
2005-08-07ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@Michael Shalayeff
2005-08-07remove some scsi bus warnings and gunk if on a ramdisk; semi-ok krwTheo de Raadt
2005-08-06while checking for an aux port, if we timeout waiting for our testjoshua stein
2005-08-06Improved X40 kludge, tested by djm@.Jonathan Gray
2005-08-05correct io base/limit registers handling. from mycroft. only affectsFederico G. Schwindt
2005-08-05Add one more Compaq Smart Array 6i.Marco Pfatschbacher
2005-08-05regen.Marco Pfatschbacher
2005-08-05Add one more Compaq Smart Array 6i.Marco Pfatschbacher
2005-08-05fix cac commentMichael Shalayeff
2005-08-05Correct URL. Noticed by Dries Schellekens <gwyllion at ulyssis.org>.Jonathan Gray
2005-08-05X40 has to be prodded a bit more to work.Jonathan Gray
2005-08-05Add support for SCSI pass-through commands for enclosure and processor devicesMarco Peereboom
2005-08-05Start of a driver for the "Active Protection System" accelerometerJonathan Gray
2005-08-04allow dcphy_status() to be called even when the parent interfaceBrad Smith
2005-08-04regenJonathan Gray
2005-08-04new axeJonathan Gray
2005-08-04Support for ICH7 audio tested by Mark.Peoples at asu.eduJonathan Gray
2005-08-04Include if_ether.h and use better usbd_devinfo_alloc argument. ok brad@Can Erkin Acar
2005-08-03enforce 10-bit width for i/o addresses when start address is assigned byFederico G. Schwindt
2005-08-03This commit was derived from a commit to FreeBSD..Brad Smith
2005-08-03if fw provides no max sgl len -- suggest some of our ownMichael Shalayeff
2005-08-03in config loop: make delay longer and less iterations to make it run in a bet...Michael Shalayeff
2005-08-02apparently reading idb sometimes produces better results if prependMichael Shalayeff
2005-08-02int mask is matched on the subsys ids not prod idsMichael Shalayeff
2005-08-02kill 2kB stack offender in cardbus_attach_card.Christopher Pascoe
2005-08-02reduce stack usageReyk Floeter
2005-08-02unbreak ubt(4)Reyk Floeter
2005-08-02syncPeter Valchev
2005-08-02an alternative Cicada OUI (for CS8201B PHY) spotted in a VIA VT6122Peter Valchev
2005-08-02Marvell 88E1111 from Dave Huang in NetBSD PR 30556.Jonathan Gray
2005-08-02regenJonathan Gray
2005-08-02Marvell 88E1111 from Dave Huang in NetBSD PR 30556.Jonathan Gray
2005-08-01make compile againMichael Shalayeff
2005-08-01add another fxp.Brad Smith
2005-08-01regenBrad Smith
2005-08-01add some Intel PCI ids.Brad Smith
2005-08-01Remove spurious space.Mark Kettenis
2005-08-01CISTPL_CONFIG min length should be 3, not 5. audiovox GPRS works now.Federico G. Schwindt
2005-08-01Unbreak tree after marco forgotten commit. Then phoning marco to bitch him out.Bob Beck
2005-08-01remove device polling leftovers from wpaul driverPeter Valchev
2005-08-01Add alarm control.Marco Peereboom
2005-08-01allocate path using malloc, not as local variable; ok dlg pascoeTheo de Raadt
2005-08-01remove whitespaceBrad Smith
2005-08-01spaces vs tabBrad Smith
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
2005-08-01spacing; ok deraadt@David Krause
2005-07-31Move large receive/decryption buffer allocation from the stack intoChristopher Pascoe
2005-07-31Don't use new dmesg line when printing logical devices info.Alexander Yurchenko