aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-2337-37/+0
* Initialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr to make sure thatDoug Rabson2004-05-231-0/+7
* MFNetBSD 1.80; author: wizLukas Ertl2004-05-231-2/+3
* Replace the static "qdat" structure with a per-instance softc fieldIan Dowse2004-05-2312-32/+24
* Diff reduction to NetBSD.Lukas Ertl2004-05-231-3/+5
* Use __FBSDID.Maxime Henrion2004-05-231-2/+3
* Apply fix for long timeouts on driver initialisation.Duncan Barclay2004-05-231-2/+7
* In agp_generic_bind_memory(), grab the needed pages before acquiringMaxime Henrion2004-05-231-30/+42
* Revert the previous commit. The bus accessor macros do not check theNate Lawson2004-05-221-3/+56
* - Rearrange a comment to fit in 80 chars per line, like the rest of thisMarius Strobl2004-05-221-4/+4
* - Move OFW_NAME_MAX, used as a limit for OFW property names and deviceMarius Strobl2004-05-222-13/+24
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-2218-573/+573
* Add Intel PCI vendor ID.Lukas Ertl2004-05-221-0/+4
* Don't forget to reset if_hwassist back to 0 when hardware checksummingYaroslav Tykhiy2004-05-221-1/+3
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,Maxime Henrion2004-05-229-20/+11
* Fix typos in comments.Lukas Ertl2004-05-221-9/+9
* Spelling and style fixes.Marius Strobl2004-05-222-22/+22
* Plug three lock leaks.Maxime Henrion2004-05-221-0/+3
* Cosmetic:Yaroslav Tykhiy2004-05-211-2/+6
* Fix cutNpasto in last commit.Warner Losh2004-05-211-1/+1
* The driver fxp(4) has reception of large frames enabled hardcodedly,Yaroslav Tykhiy2004-05-211-0/+1
* Mark the capability of this driver to receive VLAN frames >1500 bytesYaroslav Tykhiy2004-05-211-0/+1
* ifdef writing to registers that the base pci standard says areWarner Losh2004-05-211-0/+13
* Fix spelling.Doug Rabson2004-05-213-13/+13
* Compeletely rewrite the description of hw.pci.do_powerstate to soundWarner Losh2004-05-211-2/+2
* Improve the English somewhat.Warner Losh2004-05-211-1/+1
* Ooops, forgot to commit the updated definition for hw.pci.do_powerstateWarner Losh2004-05-211-2/+1
* MFp4:Warner Losh2004-05-211-3/+7
* Move pci_do_powerstate up a level. Now it just means 'do not turn devicesWarner Losh2004-05-211-3/+6
* MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass,Warner Losh2004-05-211-0/+16
* When attaching pccard and cardbus children, there's no need to set theWarner Losh2004-05-211-6/+2
* Now that we have the resource allocation code in current, the kludgeWarner Losh2004-05-212-56/+10
* make the pci power state and resource code a lot less chatty. TheWarner Losh2004-05-211-17/+28
* Sync to 1.178 of usbdevsMIHIRA Sanpei Yoshiro2004-05-212-2/+18
* add support Kyocera AH-K3001V (cellular phone in Japan)MIHIRA Sanpei Yoshiro2004-05-212-6/+36
* Whitespace cleanup.Dag-Erling Smørgrav2004-05-201-29/+29
* Stylistic changes around the previous commit:Yaroslav Tykhiy2004-05-201-3/+5
* Set the VLAN bits in if_capenable as well as in if_capabilitiesYaroslav Tykhiy2004-05-201-0/+1
* Update from vendor. This also adds support for newer management tools.Scott Long2004-05-193-27/+16
* Add explicit list of SiS AGP chipsets based on Linux kernel's list.Eric Anholt2004-05-191-0/+36
* Replace the lame big endian crc with wpaul's standard big endian crcWarner Losh2004-05-191-23/+9
* Use the simpler __BUS_ACCESSOR macros for ivars instead of defining themNate Lawson2004-05-181-56/+3
* Fix panic which occurs when given sector size for memory-backed devicePawel Jakub Dawidek2004-05-181-2/+1
* Fix various style(9) bugs. This includes the removal of wrongJoerg Wunsch2004-05-171-38/+21
* Rip out the too verbose "spurious interrupt" printf's, they dont serveSøren Schmidt2004-05-171-16/+1
* Turn SCSI pre-fetch ON. This is mainly for 64XX and 64X basedPaul Saab2004-05-172-2/+12
* Undid scottl's recent changes.Vinod Kashyap2004-05-173-2/+41
* Add description of Cronyx Omega2-PCI (8x port serial adapter).Roman Kurakin2004-05-171-0/+15
* Update to reflect new location in the tree. This has been repo copiedWarner Losh2004-05-171-1/+1
* Remove "register_t eflags; eflags = read_eflags();" because 1) it wasn'tPeter Wemm2004-05-161-4/+0