summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove bogus vinumdump(), if you can't dump, say so with nodump().phk2002-03-292-9/+1
* Remove bogus ccddump() function in favour of the standard nodump.phk2002-03-291-10/+1
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.mdodd2002-03-297-516/+1696
* Improve support of MFC cards (Multi-function cards). This commitimp2002-03-291-2/+4
* Identify PRISM 2.5 with ISL37300Pimp2002-03-292-7/+11
* Integrate the air-tools 0.2 from dachb0den labs.imp2002-03-293-72/+760
* Use usb_lookup instead of rolling our own.joe2002-03-281-13/+4
* Remove some surplus whites.joe2002-03-281-12/+12
* Fix a braino, only update LED's when a device is present.sos2002-03-281-2/+2
* Add an entry for Decision Computer Inc, PCCOM 4-port serial cards.murray2002-03-281-0/+12
* OK, the old HighPoint BIOS's are braindead, they havesos2002-03-271-2/+5
* Fix support for multi CD changers, it was as broken as my old NEC :)sos2002-03-271-16/+13
* Move some includes around to make it more *BSD compliant.joe2002-03-271-4/+12
* Fix spelling and grammar bogons in a comment.murray2002-03-272-14/+14
* Add support for creating/deleting ATA RAID's.sos2002-03-273-106/+332
* Push BIO_FORMAT into a local hack inside the floppy drivers wherephk2002-03-261-0/+2
* Use suser() instead of checking cr_uid against 0 directly.jhb2002-03-261-1/+1
* Misc little cleanups.sos2002-03-265-33/+27
* Fix bktr and pcf compilation with LINTnsouch2002-03-254-18/+10
* Include <machine/limits.h> for definition of ULONG_MAX. Remove amike2002-03-251-1/+1
* Include <machine/limits.h> for definition of ULONG_MAX.mike2002-03-251-0/+1
* Remote newly unused variable to unbreak LINT.brooks2002-03-251-1/+1
* Add AMD 768 support.sos2002-03-242-0/+5
* Hide the ACPI counter probing printf behind bootverbose.phk2002-03-241-3/+4
* In some cases, RX descriptors that are signalled to have been completedtmm2002-03-232-3/+26
* Assorted fixes:tmm2002-03-234-11/+3
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-234-67/+60
* Major rework of the iicbus/smbus framework:nsouch2002-03-2317-627/+533
* Restore the original copyrightnsouch2002-03-231-0/+1
* Add new graphical screen saver (dragon_saver).amorita2002-03-235-90/+490
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-232-20/+20
* Teach the bge driver about the BCM5701 (specifically, the 3Comwpaul2002-03-222-4/+20
* regeneratewpaul2002-03-221-1/+3
* Teach the brgphy driver about the BCM5701's internal copper PHY.wpaul2002-03-222-0/+7
* Limit fabric search to a default 256 entries. This will all go awaymjacob2002-03-213-24/+34
* Fix error introduced in the 20020217 update, where GetPossibleResourcesmsmith2002-03-212-2/+2
* Add PCI ID for the SeaLevel Ultra 530.PCI single port card.jhb2002-03-201-0/+1
* No need to conditionalize on pci being in the kernel for thisimp2002-03-202-6/+0
* Fix warnings on 64-bit hosts.obrien2002-03-201-10/+12
* Remove unused include.jeff2002-03-202-2/+0
* Remove __P.alfred2002-03-201-10/+10
* Remove __P.alfred2002-03-205-99/+99
* Remove __P.alfred2002-03-201-1/+1
* Remove __P.alfred2002-03-201-29/+29
* Remove __P.alfred2002-03-20134-1683/+1653
* Cast pointers to uintptr_t rather than u_int32_t. This doesn't work toopeter2002-03-191-1/+1
* Fix some gcc-3.1+ warnings:peter2002-03-193-2/+6
* Sync the uhci_dump_foo routines with NetBSD, and remove an errant additionaljoe2002-03-191-54/+14
* add missing semicolon.alfred2002-03-191-1/+1
* Fix bio->bio_blkno format warning.alfred2002-03-191-4/+4
OpenPOWER on IntegriCloud