summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-02-20sync with freebsd:Jason Wright
2001-02-20add mii support to if_vr (mostly from FreeBSD)Jason Wright
2001-02-20Use table driven device listJason Wright
2001-02-20provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation.Jun-ichiro itojun Hagino
2001-02-20Compile with USCANNER_DEBUG, implied by USB_DEBUG.Hakan Olsson
2001-02-20use u_int32_t, not u_int, for DLT_NULL encapsulation. sync with kameJun-ichiro itojun Hagino
2001-02-20tighten IPv4 option header processing (we may want to do more).Jun-ichiro itojun Hagino
2001-02-20default to kernel messages blueTheo de Raadt
2001-02-20If you can't do wide xfers, don't tempt the targets by offeringKenneth R Westerback
2001-02-20Adhere to VM/UVM pager requirements, do not unmap pager mappings.Dale Rahn
2001-02-20Indicate that wdc is capable of UDMA, print device mode using MIDale Rahn
2001-02-20Add edge/level sense detection capability to the interrupt controller,Dale Rahn
2001-02-20Make drivers more quiet, no point in printing useless information.Dale Rahn
2001-02-20Forgot $OpenBSD$ tagsNathan Binkert
2001-02-20add uftdiNathan Binkert
2001-02-20Add the uftdi driver for the FTDI usb->serial converter.Nathan Binkert
2001-02-20syncJason Wright
2001-02-20Dlink 530TX+Jason Wright
2001-02-20use void * consistently in vfs_mount and sys_mount. ok @artassar
2001-02-20Tone down the verbosity level slightly on the adw driver, printKenneth R Westerback
2001-02-20Tone down the verbosity level slightly on the iha driver, printKenneth R Westerback
2001-02-20Tone down the verbosity level on the siop driver, print negotiationKenneth R Westerback
2001-02-19proper dmaable memory allocations; oopsMichael Shalayeff
2001-02-19propoer dmaable memory allocationsMichael Shalayeff
2001-02-19Zap some unnecessary defines.Artur Grabowski
2001-02-19Indentation nit.Artur Grabowski
2001-02-19explicitly set page size for uvm.Artur Grabowski
2001-02-19spl sanityArtur Grabowski
2001-02-19When doing an assertion for phz, just do it once when we set phz,Artur Grabowski
2001-02-19Fix LOCKDEBUG compile.Artur Grabowski
2001-02-19Clean up spl handling.Artur Grabowski
2001-02-19Avoid losing rtc after suspend/resume on some laptops. Ok provos@Hakan Olsson
2001-02-19Fix a bug (bad conversion from unsigned int to int) in PS/2 mouse resolutionjbm
2001-02-19Merge from GENERIC: add pseudo-devices for IPv6.Christian Weisgerber
2001-02-18In scsi_print_sense, add 0x when printing the opcode to clarify it'sFederico G. Schwindt
2001-02-18syncJason Wright
2001-02-18altima ac101 phy; from freebsdJason Wright
2001-02-18shorten messageTheo de Raadt
2001-02-18syncTheo de Raadt
2001-02-18newTheo de Raadt
2001-02-18two siop drivers conflict. rename to ssh -- short for Symbios Scripts HardwareTheo de Raadt
2001-02-18Fix an uninitialized variable which could cause corruption of the userAaron Campbell
2001-02-18USBVERBOSETheo de Raadt
2001-02-17no need for seperate variable to hold ethernet address... that's whatJason Wright
2001-02-17sync with freebsd up to switch to miiJason Wright
2001-02-16db_elf definitionsMichael Shalayeff
2001-02-16import some alphaizm for the db_elf's sakeMichael Shalayeff
2001-02-16sti_mmap() proper return typeMichael Shalayeff
2001-02-16get rid of #ifdef IPV6FIREWALL (never used, will never be used)Jun-ichiro itojun Hagino
2001-02-16protect router list management by splsoftnet properly. sync with kameJun-ichiro itojun Hagino