summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Rename acpi_cpu to cpu. Change the probe routine to early on rejectnjl2004-05-061-42/+90
* The Sun hme hardware supposedly supports Tx frames up to 65535 octets,joerg2004-05-061-3/+13
* fix SONY_CLIE_41 (as PEG-SJ33/U)sanpei2004-05-061-1/+1
* Link state change notification of ethernet media to the routing socket.andre2004-05-061-0/+5
* Remove "Scheduling overrun" interrupts from the set of normal interruptssilby2004-05-061-1/+1
* Select the highest valid (i.e., S3) sleep state for the default for thenjl2004-05-062-11/+16
* Add back sys/reboot.h which is needed.njl2004-05-061-0/+1
* Make unnecessary globals static and remove unused includes.njl2004-05-065-7/+1
* Fix setting debug strings via sysctl. Also, clean up the way we printnjl2004-05-061-14/+20
* Remove extra parentheses.njl2004-05-051-2/+2
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-051-0/+44
* Regenjoe2004-05-052-2/+9
* Add support for the new Zire 31 device.joe2004-05-052-0/+2
* Add support for Cronyx Tau-PCI adapters.rik2004-05-054-0/+9000
* Update the version history in the driver to note everything that has happenedscottl2004-05-051-5/+10
* Roto-till the ioctl code. Remove all the groping around in the x86 BIOSscottl2004-05-051-109/+10
* Convert the asr driver to use the bus_space API. This does not representscottl2004-05-051-89/+151
* Sync to 1.176 of usbdevssanpei2004-05-042-4/+4
* fix typo (adapte -> adapter)sanpei2004-05-041-1/+1
* Sync to 1.175 of usbdevssanpei2004-05-042-7/+7
* Fix device ID for Linksys USB 2.0 10/100 ethernet controllersanpei2004-05-042-2/+2
* Sync to 1.174 of usbdevssanpei2004-05-042-3/+24
* Add some device ID for atuwi USB wlan driversanpei2004-05-041-1/+4
* Fix hangs caused by z8530_bus_ipend() returning UART_IPEND_TXIDLEmarcel2004-05-041-1/+7
* When the interrupt cannot be INTR_FAST, it still is INTR_MPSAFE.marcel2004-05-041-2/+2
* Fix a typo from rev 1.56 that somehow escaped my testing.scottl2004-05-041-10/+10
* Need to mark the interrupt from cbb as being MP safe on resume too.imp2004-05-041-2/+2
* Remove new options and my prevention of system freeze when the sio probeambrisko2004-05-031-76/+49
* Link state change notification of ethernet media to the routing socket.andre2004-05-031-4/+18
* Correct the phy_service() routine case MII_TICK to correctly trackandre2004-05-0310-20/+22
* Fix off by one error.phk2004-05-031-0/+1
* Sync to 1.173 of usbdevssanpei2004-05-022-2/+9
* Add support SUNTAC U-Cable type A4 (AS144L4)sanpei2004-05-022-0/+3
* Remove the static reservation of the asr major numberscottl2004-05-021-2/+0
* Remove the defAlignLong and getAlignLong macros. I guess that the originalscottl2004-05-021-103/+91
* Remove the bogus printing of the asr control device major number. Alsoscottl2004-05-021-2/+1
* Reduce differences with cy_isa.c: fixed an unsorted include.bde2004-05-011-5/+1
* Reduce differences with cy_pci.c: add a description of this file, andbde2004-05-011-3/+7
* Adjust pathnames for the move from i386/isa to dev/cy.bde2004-05-013-15/+16
* New header for exporting declarations of things not closely related tobde2004-05-011-0/+36
* Removed bits related to isa configuration. These have been moved tobde2004-05-011-108/+0
* Remove bits not related to isa configuration. This file was repo-copiedbde2004-05-011-2863/+0
* Correctly test *Reply_Ptr in ASR_resetIOP(). Thanks to dhartmei for pointingscottl2004-05-011-1/+1
* Re-indent some silly sub-blocks in asr_attach().scottl2004-05-011-147/+129
* Remove ASR_get_sc() and reference the softc in the dev_t. For some nefariousscottl2004-05-011-23/+8
* Remove the DOMINO and MODE0 device attachments. They never did anything.scottl2004-05-011-128/+20
* More whitespace style cleanups, also remove unneeded (void *) casts for bzero().scottl2004-05-011-33/+30
* Many more style cleanups. Switch complex macros to being inline functions.scottl2004-05-011-150/+139
* Get rid of a bunch of useless macros. STATIC becomes static, INLINE becomesscottl2004-05-011-367/+227
* Some enhancements and bug fix.ambrisko2004-04-301-49/+76
OpenPOWER on IntegriCloud