summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-03-31Add support for GVC NIC-2000BT Ethernet adapter.Aaron Campbell
2001-03-31regenAaron Campbell
2001-03-31Recognize a GVC NIC-2000BT Ethernet adapter.Aaron Campbell
2001-03-30ok, test wheather cyrixIII supports 3dnow before enabling itMichael Shalayeff
2001-03-30init started aen; from nbsdMichael Shalayeff
2001-03-30Be consistent when adjusting pkthdr.len; it doesn't matter currently,Angelos D. Keromytis
2001-03-30Protect the IF_XXX macros in the callback routines with splimp(). Doh!Angelos D. Keromytis
2001-03-30Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a muxAaron Campbell
2001-03-30increase ierrors if m_pullup fails in vlan_input(); pointed out by chris@Jason Wright
2001-03-30syncNiklas Hallqvist
2001-03-30enable FAKE_LOOPBACK_IF case by default.Jun-ichiro itojun Hagino
2001-03-30Avoid a 'thundering herd' problem when many processes wait for free buffers.Artur Grabowski
2001-03-30Just because someone writes an errant program does not mean we should logDale Rahn
2001-03-30fix constness of IN6_{IS,ARE}_xx macros to conform to RFC2553.Jun-ichiro itojun Hagino
2001-03-30kue ethernet was reported as working months ago, forgot to add it.Dale Rahn
2001-03-29An INIC-940 based card supplied by Initio proves that the iha driverKenneth R Westerback
2001-03-29Get rid of Data modified on freelist: at boot.Dale Rahn
2001-03-29updateMichael Shalayeff
2001-03-29This debug print has outlived it's usefulness, It seems that the VM problemsDale Rahn
2001-03-29Instead of commenting out the awacs, "disable" it. It is then possibleDale Rahn
2001-03-29Ok, forgot to clean up debug prints before checkin on that file.Dale Rahn
2001-03-29Detect pci bus base more accurately, and save it's size.Dale Rahn
2001-03-29Add support structures for bus space detection/allocation (pci_addr_fixup).Dale Rahn
2001-03-29Add device node for audio.Dale Rahn
2001-03-29Major cleanup.Dale Rahn
2001-03-29Add FFS_SOFTUPDATES option. It is actively being worked on, if not stable.Dale Rahn
2001-03-29Add diagnostic message.Nathan Binkert
2001-03-29Add support for new gpio, abtn, and awacs devices.Dale Rahn
2001-03-29AWACS audio driver for some apple systems. Tested and works on some systems,Dale Rahn
2001-03-29The gpio module is used on newer laptops to route that adb interrupt.Dale Rahn
2001-03-29Add ADB "button" driver. used for brightness/volume control on some systems.Dale Rahn
2001-03-29Code cleanup, some update from Nbsd.Dale Rahn
2001-03-29Defines for things we should find useful soon. addition PM functionality.Dale Rahn
2001-03-29changes from NetBSD and ftp://nandra.iri.co.jp/pub/NetBSD/macppc/ADB-patchDale Rahn
2001-03-29When initializing a timeout, make certain the parameter to be passedDale Rahn
2001-03-29Update to adb_direct, from Nbsd.Dale Rahn
2001-03-29Update to ADB mouse driver, from Nbsd.Dale Rahn
2001-03-29Update for adb keyboard driver, from Nbsd.Dale Rahn
2001-03-29If in pmap_kernel() allow vtop for all 1-1 mapped pages.Dale Rahn
2001-03-29Variables removed from common need to live somewhere. Here is good.Dale Rahn
2001-03-29Add OpenBSD tag to headers missing them.Dale Rahn
2001-03-29bus_space_*_raw_multi_* is supposed to take u_int8_t parameter, notDale Rahn
2001-03-29Make several global variables referenced as extern, not common.Dale Rahn
2001-03-29Update to newer version from Nbsd. Add OpenBSD tag.Dale Rahn
2001-03-29syncTheo de Raadt
2001-03-29shrink moreTheo de Raadt
2001-03-29From FreeBSD:Jason Wright
2001-03-29Microcode for yds(4) driver, freed by Yamaha as follows:Aaron Campbell
2001-03-29Add support for Yamaha DS-XG based audio chips, as found in machines such asAaron Campbell
2001-03-29Kludge around a problem where incorrect elf headers can causeArtur Grabowski