summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-09-26renable sppp and lmc, now freeTheo de Raadt
2002-09-26BSD-style license from Serge Vakulenko <vak@cronyx.ru>Chris Cappuccio
2002-09-25better text for clause 3. pointed out by miod@.Federico G. Schwindt
2002-09-25#if NVLAN > 0 around vlan portions of codeNathan Binkert
2002-09-24sizeof(structure) not sizeof(structure *); pointed out by dvamsi@yahoo.com.Jason Wright
2002-09-24syncNathan Binkert
2002-09-24typoNathan Binkert
2002-09-24Get rid of gx(4) and use em(4) since it supports more cards and works betterNathan Binkert
2002-09-24Driver for Intel PRO/1000 gigabit ethernet adapters.Nathan Binkert
2002-09-24Don't use constants for the output parameter, use the iparam count as a point...Jason Wright
2002-09-24sync with the update in namesNathan Binkert
2002-09-24syncNathan Binkert
2002-09-24Add a few intel gigabit device models and update names so they're more correctNathan Binkert
2002-09-24Restore pentium_microtime, testing by henning@, millert@. ok deraadt@Thomas Nordin
2002-09-23better "ifconfig ipv6addr deprecated" flag handling. sync w/kameJun-ichiro itojun Hagino
2002-09-23correct length of PADN option before jumbo payload option. sync w/kameJun-ichiro itojun Hagino
2002-09-23m6stat is a static variable (ip6_mroute.c). sync w/kameJun-ichiro itojun Hagino
2002-09-23Fix console determination; based on discussion in port-sparc64@netbsdJason Wright
2002-09-23Get the wsdisplay capabilities from rasops, rather than attempting toMiod Vallat
2002-09-23Fix the extra cursor image remaining in the upper left corner of theMiod Vallat
2002-09-23parisc level 0x10 is just an overclocked 0xeMichael Shalayeff
2002-09-23syncTheo de Raadt
2002-09-23another amd usb; henric@attbi.comTheo de Raadt
2002-09-23Don't print extra junk to the consoleNathan Binkert
2002-09-23make the leds blink (on those machines where we have 'em).Michael Shalayeff
2002-09-23turn off sppp, lmc, and cz until various licenses on those components areTheo de Raadt
2002-09-23panic if out of kvm when mapping devices. ok deraadt@Dale Rahn
2002-09-23Print pci_addr_fixup info when debugging is enabled, not disabled, ok deraadt@Dale Rahn
2002-09-23For serverworks chipsets: instead of trying to prevent attaching the same busNathan Binkert
2002-09-23Link the kernel so that it gets only one load section.Artur Grabowski
2002-09-23Add support for vmcmds that load sections relative to a base section.Artur Grabowski
2002-09-22use #ifndef __STRICT_ALIGNMENT instead of #ifdef __i386.Nathan Binkert
2002-09-22Update ifp->if_opackets correctlyJason Wright
2002-09-21Add support for TBI mode in fiber based cards (heavily inspired by FreeBSD)Nathan Binkert
2002-09-21cleanup, remove registerNathan Binkert
2002-09-21Add support for OS defined halt action on Cheetah and Omega.Hugh Graham
2002-09-20this should have a cd@scsi on itMichael Shalayeff
2002-09-20kill dangling space, line and a space in the tabMichael Shalayeff
2002-09-20flush cpu state on read/write fpregs, force reload on writeMichael Shalayeff
2002-09-20gonna need cr10, aka ccr from the trapframeMichael Shalayeff
2002-09-20Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit modeFederico G. Schwindt
2002-09-19remember: bits is bits and bytes is bytes... use -byte- count for bcopy notJason Wright
2002-09-18Mark ELF ld.so as VTEXT to prevent the file from being overwritten.Dale Rahn
2002-09-18We can jump to the fail: label before shellargp is initialized.Artur Grabowski
2002-09-18Don't forget to map the prom executable. Otherwise we'll have troubleArtur Grabowski
2002-09-18From NetBSD and in line with recent local changes:Hugh Graham
2002-09-18mad typo, only null can take itMichael Shalayeff
2002-09-18Add lofn (working), and nofn (not working and commented out)Jason Wright
2002-09-18Write the operand registers with the correct endian (fortunately it just meansJason Wright
2002-09-17It turns out that disabling selection timeout is not a good idea, onMiod Vallat