aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-2718-84/+50
* These are now not needed, after repo copy and conversion.Warner Losh2004-05-272-186/+0
* Sort includes, remove unnecssary ones.Warner Losh2004-05-271-10/+3
* Those sysctls shouldn't be writtable from inside a jail.Pawel Jakub Dawidek2004-05-261-2/+2
* Add PCI ID for via 8237.Mathew Kanner2004-05-261-0/+4
* It seems that clearing the MCR_IE bit in the modem control registerThomas Moestl2004-05-261-22/+23
* Unbreak build ifJosef El-Rayes2004-05-261-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-2621-1200/+20
* Enable GPE at runtime rather than suspend time. This is to match theNate Lawson2004-05-252-2/+6
* Teach fxp(4) to control VLAN_MTU in the hardware.Yaroslav Tykhiy2004-05-252-8/+17
* Set the IFCAP_VLAN_MTU bit in capenable as well.Dag-Erling Smørgrav2004-05-251-0/+1
* Set baudrate to 100 Mbps, and advertise our ability to handle extendedDag-Erling Smørgrav2004-05-251-1/+7
* Round #1 of improving pcf(4).Joerg Wunsch2004-05-254-320/+645
* Remove call to _INI for thermal devices. ACPI-CA now calls _INI forNate Lawson2004-05-251-6/+0
* Changes to implement 20040514:Nate Lawson2004-05-255-45/+67
* Use NG_NODESIZ instead of (NG_NODELEN + 1)Julian Elischer2004-05-241-1/+1
* Use PCI_BAR() rather than PCIR_MAPS.John Baldwin2004-05-241-5/+5
* Wrap the code to save/restore PCI config registers on suspend/resume inJohn Baldwin2004-05-241-0/+8
* Change a if (...) panic() to a KASSERT().Maxime Henrion2004-05-241-2/+2
* Use PCI_BAR() in preference to PCI_MAPS + x * 4.Warner Losh2004-05-241-2/+2
* Do not write to those config registers that are unambiguously definedWarner Losh2004-05-241-19/+0
* Store the target handles in a separate list from normal commands. Add aNate Lawson2004-05-246-15/+125
* Add support for BCM5705KPaul Saab2004-05-242-0/+3
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inYaroslav Tykhiy2004-05-234-4/+9
* According to the design of checksum offloading framework,Yaroslav Tykhiy2004-05-231-2/+5
* Mark the VLAN_MTU capability as initially enabled since it'sYaroslav Tykhiy2004-05-232-0/+2
* Don't try to copy out the result payload if there isn't one. This ioctlDoug Rabson2004-05-231-6/+14
* Update URL to HID spec.Lukas Ertl2004-05-231-1/+1
* Update URL to HID spec.Lukas Ertl2004-05-231-1/+1
* 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