summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some break's after default: in the end of switch statements topeter2002-03-192-0/+4
* Fix a gcc-3.1+ warning.peter2002-03-192-0/+5
* Regen; post SMC id's and also pick up a previously forgotten regen(?).peter2002-03-192-2/+49
* Add another SMC device ID and the hub ID that it went with.peter2002-03-191-0/+3
* Add the ia64 bus space tag for the IO ports (!).peter2002-03-192-0/+8
* Initialize variables before use. This was needed to pass -Werror.jeff2002-03-191-0/+4
* The previous commit missed fixing 2 old printf format errors andbde2002-03-191-3/+3
* Fix printf warning caused by recent changes in bio_pblkno's type.gallatin2002-03-191-1/+2
* Fixed printf format errors in previous commit. %llu is no more suitablebde2002-03-181-2/+4
* Fixed printf format errors in previous commit. %llu is no more suitablebde2002-03-181-2/+3
* Formats that print the block number need to be changed from %u toimp2002-03-182-4/+4
* Add a USB comm driver.joe2002-03-185-0/+3025
* Cleanup the chipset setup a bit.sos2002-03-181-6/+12
* Add support for the ServerWorks CSB5 chipssos2002-03-182-5/+60
* Regen for 1.28 of pccarddevsimp2002-03-171-1/+7
OpenPOWER on IntegriCloud