summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-06-16better comments, and killed the superfluous "wd0 at wdc"Uwe Stuehler
2005-06-16GPIO generates many shared interrupts, eg disk (cf) and network (other cf)Dale Rahn
2005-06-16i2c and i2s are separete devices, and zaudio depends on them.Uwe Stuehler
2005-06-16unbust "com at pxaip" attachment so that there is no need to enableUwe Stuehler
2005-06-16back out the part of -r1.40 which enabled ubt. sorry.Uwe Stuehler
2005-06-16supply mising busdma flags to ami_cmd (used to be 0 for waitok);Michael Shalayeff
2005-06-16remove remaining netccitt parts, full ports build test by pval, thanks!Henning Brauer
2005-06-16fix initialization of apm_dobusy and apm_doidle to be off by default untilBob Beck
2005-06-16try schizo in RAMDISKTheo de Raadt
2005-06-16no need for NVLAN; ok jason, brad, camielMarkus Friedl
2005-06-16fix dependencies; from alexander bluhm; ok deraadtMarkus Friedl
2005-06-16add support for the Belkin F5D7050 54g USB Network AdapterDavid Gwynne
2005-06-16syncDavid Gwynne
2005-06-16Belkin F5D7050 54g USB Network AdapterDavid Gwynne
2005-06-15add D-Link DGE-528T and US Robotics USR997902Brad Smith
2005-06-15regenBrad Smith
2005-06-15add D-Link DGE-528T and US Robotics USR997902Brad Smith
2005-06-15add Linksys PCMPC200Brad Smith
2005-06-15regenBrad Smith
2005-06-15add Linksys PCMPC200Brad Smith
2005-06-15Disable hardware vlan decapsulation.Camiel Dobbelaar
2005-06-15Disable hardware vlan decapsulation, but not really. Because of a firmwareCamiel Dobbelaar
2005-06-15remove from "attempted source route ..." message; ok deraadt, mpf, henning, m...Markus Friedl
2005-06-15promise pdc203xx support; from bouyer@netbsd.org via grange@ with a fewFederico G. Schwindt
2005-06-15Use scsi_size() as preferred disk size in all cases. Allow devicesKenneth R Westerback
2005-06-15Typo. 'dp->cyls' -> 'dp->sectors'.Kenneth R Westerback
2005-06-15Match RTL8255 transceiver and stub out related support functions.Jonathan Gray
2005-06-14back out SMM lockdown patch until some other solution is found.Theo de Raadt
2005-06-14Remove de(4) from cats, it does not work for any of the developers inDale Rahn
2005-06-14rename function and define to reflect the external -> egress name changeHenning Brauer
2005-06-14use "egress" instead of "external" for the interface group containing theHenning Brauer
2005-06-14at least allow the transmit checksum code to compileBrad Smith
2005-06-14fix prototypeBrad Smith
2005-06-14re-add part of rev 1.49...Brad Smith
2005-06-14regenBrad Smith
2005-06-14add Intel PCI-E to PCI-X bridgesBrad Smith
2005-06-13check wether mask is NULL in if_group_routechange before dereferencingHenning Brauer
2005-06-13spurious XXX comment left over from interface abstraction code whackingHenning Brauer
2005-06-13make the packet and byte counters on rules and src nodes per direction,Henning Brauer
2005-06-13Move a bunch of small functions that only get called once intoJonathan Gray
2005-06-13get rid of ifdef MSDOS, no binary changeHans-Joerg Hoexer
2005-06-12Back out revs 1.48 and 1.49. Checksum offloading caused problems onTodd C. Miller
2005-06-12It turns out you need to ask for 16 byte block descriptors. We don't,Kenneth R Westerback
2005-06-12use pci_mapreg_map() instead of pci_[io|mem]_find and bus_space_map;Federico G. Schwindt
2005-06-12handle SuperMac Thunder/24 interruptsMartin Reindl
2005-06-12index() function is deprecated and shouldn't be used in new code,Xavier Santolaria
2005-06-12lo0 is special, attaches early an different than the other loopback interfacesHenning Brauer
2005-06-12add SIOCGIFGMEMB ioctl, returns a list of all interfaces who are member ofHenning Brauer
2005-06-11Elminate a few unnecessary casts by using union field names, bit of KNF.Kenneth R Westerback
2005-06-11need this tooBrad Smith