aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remote newly unused variable to unbreak LINT.Brooks Davis2002-03-251-1/+1
* Add AMD 768 support.Søren Schmidt2002-03-242-0/+5
* Hide the ACPI counter probing printf behind bootverbose.Poul-Henning Kamp2002-03-241-3/+4
* In some cases, RX descriptors that are signalled to have been completedThomas Moestl2002-03-232-3/+26
* Assorted fixes:Thomas Moestl2002-03-234-11/+3
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-234-65/+58
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-2317-627/+533
* Restore the original copyrightNicolas Souchu2002-03-231-0/+1
* Add new graphical screen saver (dragon_saver).Akio Morita2002-03-235-90/+490
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-232-20/+20
* Teach the bge driver about the BCM5701 (specifically, the 3ComBill Paul2002-03-222-4/+20
* regenerateBill Paul2002-03-221-1/+3
* Teach the brgphy driver about the BCM5701's internal copper PHY.Bill Paul2002-03-222-0/+7
* Limit fabric search to a default 256 entries. This will all go awayMatt Jacob2002-03-213-24/+34
* Fix error introduced in the 20020217 update, where GetPossibleResourcesMike Smith2002-03-212-2/+2
* Add PCI ID for the SeaLevel Ultra 530.PCI single port card.John Baldwin2002-03-201-0/+1
* No need to conditionalize on pci being in the kernel for thisWarner Losh2002-03-202-6/+0
* Fix warnings on 64-bit hosts.David E. O'Brien2002-03-201-10/+12
* Remove unused include.Jeff Roberson2002-03-202-2/+0
* Remove __P.Alfred Perlstein2002-03-201-10/+10
* Remove __P.Alfred Perlstein2002-03-205-97/+97
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Remove __P.Alfred Perlstein2002-03-201-29/+29
* Remove __P.Alfred Perlstein2002-03-20134-1622/+1592
* Cast pointers to uintptr_t rather than u_int32_t. This doesn't work tooPeter Wemm2002-03-191-1/+1
* Fix some gcc-3.1+ warnings:Peter Wemm2002-03-193-2/+6
* Sync the uhci_dump_foo routines with NetBSD, and remove an errant additionalJosef Karthauser2002-03-191-54/+14
* add missing semicolon.Alfred Perlstein2002-03-191-1/+1
* Fix bio->bio_blkno format warning.Alfred Perlstein2002-03-191-4/+4
* Add some break's after default: in the end of switch statements toPeter Wemm2002-03-192-0/+4
* Fix a gcc-3.1+ warning.Peter Wemm2002-03-192-0/+5
* Regen; post SMC id's and also pick up a previously forgotten regen(?).Peter Wemm2002-03-192-2/+49
* Add another SMC device ID and the hub ID that it went with.Peter Wemm2002-03-191-0/+3
* Add the ia64 bus space tag for the IO ports (!).Peter Wemm2002-03-192-0/+8
* Initialize variables before use. This was needed to pass -Werror.Jeff Roberson2002-03-191-0/+4
* The previous commit missed fixing 2 old printf format errors andBruce Evans2002-03-191-3/+3
* Fix printf warning caused by recent changes in bio_pblkno's type.Andrew Gallatin2002-03-191-1/+2
* Fixed printf format errors in previous commit. %llu is no more suitableBruce Evans2002-03-181-2/+4
* Fixed printf format errors in previous commit. %llu is no more suitableBruce Evans2002-03-181-2/+3
* Formats that print the block number need to be changed from %u toWarner Losh2002-03-182-4/+4
* Add a USB comm driver.Josef Karthauser2002-03-185-0/+3025
* Cleanup the chipset setup a bit.Søren Schmidt2002-03-181-6/+12
* Add support for the ServerWorks CSB5 chipsSøren Schmidt2002-03-182-5/+60
* Regen for 1.28 of pccarddevsWarner Losh2002-03-171-1/+7
* Add support for the home Wireless Network airway wireless pcmcia card.Warner Losh2002-03-171-0/+4
* Work around a PLX9050 bug that causes system lockup in certain systems,Bruce Evans2002-03-171-3/+4
* Extend CONS_GETINFO ioctl to provide information about size of the currentlyMaxim Sobolev2002-03-161-0/+1
* o Rework the identify routine a little, merging it with NetBSD's wi.Warner Losh2002-03-163-50/+45
* Add more functionality to the CDIOCREADSUBCHANNEL ioctl.Søren Schmidt2002-03-162-35/+29
* Fix 64bit arch problems.Søren Schmidt2002-03-162-5/+6