summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2004-11-23syncDamien Bergamini
2004-11-23support PRO/Wireless 2915ABG; ok deraadt@Damien Bergamini
2004-11-23Create the init process earlier, before the root filesystem is mounted,Miod Vallat
and have it stall on a semaphore. This allows all kthread creations which could have been requested during autoconf to be processed before root is mounted as well. This causes umass devices attached to any usb with flags 1 (such as on macppc) to configure properly instead of panicing the kernel at mountroot time. From NetBSD; tested by various.
2004-11-23remove wrong comments; ok deraadtMarkus Friedl
2004-11-23Use pci_matchbyid() for matching crazy VIA power management controllersAlexander Yurchenko
and add a few ones. ``valiay'' mickey@
2004-11-23fix typo in commentHans-Joerg Hoexer
ok deraadt@ markus@
2004-11-23store number of supported gpio pinsReyk Floeter
2004-11-23support the gpio found on ath(4) devices.Reyk Floeter
ok grange@
2004-11-23More FreeBSD delta reduction. Use aic_* defines rather than ahd_* oneKenneth R Westerback
line and zero line functions. Fix a potential bug (ahd_set_transaction_status was used where ahd_set_scsi_status was intended) inside a currently #ifdef 0/#endif section of code. No functional changes intended except for a bit of extra locking via ahd_list_lock*. ok marco@.
2004-11-23Add Adaptec ASR2200S U320 RAIDMarco Peereboom
2004-11-23use ieee80211com to store the macDavid Gwynne
2004-11-22ad1981 does not like init; from fgsch@Michael Shalayeff
2004-11-22better fix for the internal fw loader that doesnt break 64bit archsDavid Gwynne
2004-11-22use a size_t hereTheo de Raadt
2004-11-22rename these two firmwares to nicer namesTheo de Raadt
2004-11-22use the filesystem based firmware loader; ok deraadt@Damien Bergamini
2004-11-22correct licenseTheo de Raadt
2004-11-22syncTheo de Raadt
2004-11-22support PCI-Express PERC4e/Di; j@pureftpd.orgTheo de Raadt
2004-11-22stdlib.hTheo de Raadt
2004-11-22don't enable debugging by defaultDamien Bergamini
2004-11-22fix a typoDamien Bergamini
2004-11-22relax warmboot detection, required for some models. ok deraadt@Daniel Hartmeier
2004-11-22enter kue & symbolTheo de Raadt
2004-11-22firmware loading for kue(4), tested for me by dhartmeiTheo de Raadt
2004-11-22better types; from hppa64 (;Michael Shalayeff
2004-11-22remove netiso since it doesn't exist anymorePatrick Latifi
ok otto henning
2004-11-22added detach function to support hotpluggable gpios.Reyk Floeter
ok grange@
2004-11-22use a signed type if we're comparing the var to -1. fixes loading of theDavid Gwynne
internal firmware.
2004-11-22missed a few capable machinesTheo de Raadt
2004-11-22for later use, install theseTheo de Raadt
2004-11-22cleaner handling of unknown radiosTheo de Raadt
2004-11-22mark ti(4) and neo(4) as wanting "firmload"Theo de Raadt
2004-11-22build and install neomagic firmwareTheo de Raadt
2004-11-22filesystem firmware loadingTheo de Raadt
2004-11-22struct for neomagic firmware fileTheo de Raadt
2004-11-22build & install tigon firmwaresTheo de Raadt
2004-11-22build a tigon firmware file. Saves 150KB or so in GENERIC kernelsTheo de Raadt
2004-11-22build a structure to map the ti firmwares into one fileTheo de Raadt
2004-11-21$OpenBSD$ tagAlexander Yurchenko
2004-11-21revert part of rev 1.29 which caused a severe performance drop.Brad Smith
ok mcbride@
2004-11-21Intel ICH6/ICH6R IDE and SATA support.Alexander Yurchenko
2004-11-21- Use ETHER_MAX_DIX_LEN.Brad Smith
- Accept VLAN sized frames. based on diff from canacar@
2004-11-21syncAlexander Yurchenko
2004-11-21nvidia audio dev from dmesglogAlexander Yurchenko
2004-11-21Better printf for unknown product id.Alexander Yurchenko
ok todd@ tom@
2004-11-21syncAlexander Yurchenko
2004-11-21sort nvidia devsAlexander Yurchenko
2004-11-21syncAlexander Yurchenko
2004-11-21sort via devsAlexander Yurchenko