summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-03-25belkin bt and the unsupported netgear ma111v2Michael Shalayeff
2005-03-25regenMichael Shalayeff
2005-03-25a bunch of ati ixp* idsMichael Shalayeff
2005-03-25calculate the rpm for a disklabel; implement new io discipline for mirror; ↵Michael Shalayeff
this also changes the mirror striping strategy a bit to achieve the scatter-gathering; of course it has been proven that new discipline still makes troubles thus not enabling it yet );
2005-03-25during probe test for a mem window reduction in case there is not enough ↵Michael Shalayeff
space in the hole for a large one (ie generic now boots same as ramdisk on some machinesw/ lots of bios); found and testing by niallo@
2005-03-25Since START_STOP is an optional command that a device need notKenneth R Westerback
support, don't penalize devices that don't support it. May help some usb devices. ok marco@
2005-03-25increment the right counter on error.Brad Smith
2005-03-24enable memory-mapped i/o everywhere but on i386Martin Reindl
suggested by mickey@, ok krw@, deraadt@, also tested by miod@
2005-03-24Unbreak tree, mono_time may no longer be used because of timecounters.Claudio Jeker
Use getmicrouptime() instead. Found by grange@ and henning@. OK henning@
2005-03-24If READ CAPACITY(10) says there are more than 0xffffffff sectors,Kenneth R Westerback
report 0xffffffff and print a message. READ CAPACITY(16) is needed to get the actual size in this case. ok tdeval@ (a while ago) marco@
2005-03-24major knfHans-Joerg Hoexer
fix spelling in comment, by rohee@ no binary change ok deraadt@
2005-03-24ansi and tiny knfHans-Joerg Hoexer
ok deraadt@
2005-03-24always good to check for invalid values. ok marius pedroTed Unangst
2005-03-24another D-Link DFE-670TXD PCMCIA card, next MAC 3-byte seq; fromTheo de Raadt
openbsd@sillence.co.uk
2005-03-23typo corrections; ok krw a long time agoTheo de Raadt
2005-03-23Set up a shutdown hook to put the display back to a PROM-compatible modeMiod Vallat
at shutdown if necessary.
2005-03-23Do not bzero() too far when setting up 32-bit mode.Miod Vallat
2005-03-23Move the alloc_screen, free_screen and show_screen wsdisplay accessops toMiod Vallat
the common frame buffer code, rather than duplicating it in every driver. No functional change.
2005-03-23Do not set up accelerated operations if we fail to unbusy the blitter inMiod Vallat
a reasonable amount of time.
2005-03-23Move wzero() and wcopy() from machdep.c to where they are really used.Miod Vallat
2005-03-23Match power on the SPARCbook's auxio2, but prefer tctrl poweroff ifMiod Vallat
both power0 and tctrl0 are configured. This allows installation media to poweroff quickly on SPARCbooks.
2005-03-23Kill the sparc-specific mountroot hooks (which are run before the rootMiod Vallat
filesystem is mounted, unlike the MI mountroot hooks). They were only used to allow root on floppy in the long dead two-floppies installation method.
2005-03-23fix a possible kernel panic in the ar5211 and ar5212 detach functions.Reyk Floeter
closes PR #4153.
2005-03-23use URAL_DEBUG not RAL_DEBUG. use logprintf for consistency. default toDamien Bergamini
debug level 0.
2005-03-23add new vendor/product ids.Damien Bergamini
2005-03-23regen.Damien Bergamini
2005-03-23more ural devicesDamien Bergamini
2005-03-23do packet accounting (opackets/oerrors/ierrors).Damien Bergamini
2005-03-23print the mac address in dmesg like every other nic we haveDavid Gwynne
ok damien@
2005-03-23USB_DEBUG implies URAL_DEBUG.David Gwynne
ok damien@
2005-03-23Merge some sppp improvements from NetBSD:Can Erkin Acar
1. better timeout and keepalive handling 2. fix some memory leaks on error paths. 3. use arc4random instead of random 4. always send keepalives in cHDLC mode, from claudio@ Tested by Greg Mortensen (san) and jmc@ (pppoe), ok claudio@
2005-03-23Follow RFC and do not reset timeouts everytime sppp_cp_change_state()Can Erkin Acar
is called. Makes two sppp instances to handshake against each other. Tested by Greg Mortensen, ok claudio@
2005-03-22fix probable pasto that calculated a control register value forMarco S Hyman
reset then ignored the calculated value. Also, move the underrun and overrun printfs to AUICH_DEBUG. As it was, you'd get at least one underrun per play reported to the console. Changes OK mickey@
2005-03-22fix merge missesNikolay Sturm
tested by millert, mbalmer and me; ok grange, mickey
2005-03-22Use a sane interrupt priority for serial. Has a better chance of working.Dale Rahn
2005-03-22regen.Marc Balmer
2005-03-22Add Gude ADS, Gude Analog- und Digitalsysteme GmbH, DE-Koeln, andMarc Balmer
their product Expert mouseCLOCK USB, a DCF77 time-signal station receiver. ok dlg@, henning@
2005-03-22fix a typo, don't #define PF_RTIP to something nonmexistantHenning Brauer
nothing in our tree uses it (well, would have been spotted then) netbsd PR kern/29624 via jmc@, agreed on by claudio some time ago
2005-03-21Remove unused st_crazymap().Miod Vallat
2005-03-21syncNikolay Sturm
2005-03-21new O2 Micro cardbus adapterNikolay Sturm
ok deraadt
2005-03-21Do not print anything on console for can't happen situations unless optionMiod Vallat
DEBUG_SVR4.
2005-03-21Voltage reinforcements.Miod Vallat
2005-03-20some fixes for wep and reset.Reyk Floeter
btw.: this is a commit using an ar5212 in 11b mode... ok deraadt@, krw@
2005-03-19+bce +axe +uralTheo de Raadt
2005-03-19enable ural(4)Martin Reindl
ok deraadt@
2005-03-19pci de(4) unlikely on laptop compared to othersTheo de Raadt
2005-03-19ar5212 uses larger tx descriptors, adjust the offsetReyk Floeter
2005-03-19further fixes for ar5212.Reyk Floeter
2005-03-19add spl calls where appropriate.Damien Bergamini