Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-25 | belkin bt and the unsupported netgear ma111v2 | Michael Shalayeff | |
2005-03-25 | regen | Michael Shalayeff | |
2005-03-25 | a bunch of ati ixp* ids | Michael Shalayeff | |
2005-03-25 | calculate 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-25 | during 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-25 | Since START_STOP is an optional command that a device need not | Kenneth R Westerback | |
support, don't penalize devices that don't support it. May help some usb devices. ok marco@ | |||
2005-03-25 | increment the right counter on error. | Brad Smith | |
2005-03-24 | enable memory-mapped i/o everywhere but on i386 | Martin Reindl | |
suggested by mickey@, ok krw@, deraadt@, also tested by miod@ | |||
2005-03-24 | Unbreak 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-24 | If 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-24 | major knf | Hans-Joerg Hoexer | |
fix spelling in comment, by rohee@ no binary change ok deraadt@ | |||
2005-03-24 | ansi and tiny knf | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2005-03-24 | always good to check for invalid values. ok marius pedro | Ted Unangst | |
2005-03-24 | another D-Link DFE-670TXD PCMCIA card, next MAC 3-byte seq; from | Theo de Raadt | |
openbsd@sillence.co.uk | |||
2005-03-23 | typo corrections; ok krw a long time ago | Theo de Raadt | |
2005-03-23 | Set up a shutdown hook to put the display back to a PROM-compatible mode | Miod Vallat | |
at shutdown if necessary. | |||
2005-03-23 | Do not bzero() too far when setting up 32-bit mode. | Miod Vallat | |
2005-03-23 | Move the alloc_screen, free_screen and show_screen wsdisplay accessops to | Miod Vallat | |
the common frame buffer code, rather than duplicating it in every driver. No functional change. | |||
2005-03-23 | Do not set up accelerated operations if we fail to unbusy the blitter in | Miod Vallat | |
a reasonable amount of time. | |||
2005-03-23 | Move wzero() and wcopy() from machdep.c to where they are really used. | Miod Vallat | |
2005-03-23 | Match power on the SPARCbook's auxio2, but prefer tctrl poweroff if | Miod Vallat | |
both power0 and tctrl0 are configured. This allows installation media to poweroff quickly on SPARCbooks. | |||
2005-03-23 | Kill the sparc-specific mountroot hooks (which are run before the root | Miod 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-23 | fix a possible kernel panic in the ar5211 and ar5212 detach functions. | Reyk Floeter | |
closes PR #4153. | |||
2005-03-23 | use URAL_DEBUG not RAL_DEBUG. use logprintf for consistency. default to | Damien Bergamini | |
debug level 0. | |||
2005-03-23 | add new vendor/product ids. | Damien Bergamini | |
2005-03-23 | regen. | Damien Bergamini | |
2005-03-23 | more ural devices | Damien Bergamini | |
2005-03-23 | do packet accounting (opackets/oerrors/ierrors). | Damien Bergamini | |
2005-03-23 | print the mac address in dmesg like every other nic we have | David Gwynne | |
ok damien@ | |||
2005-03-23 | USB_DEBUG implies URAL_DEBUG. | David Gwynne | |
ok damien@ | |||
2005-03-23 | Merge 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-23 | Follow 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-22 | fix probable pasto that calculated a control register value for | Marco 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-22 | fix merge misses | Nikolay Sturm | |
tested by millert, mbalmer and me; ok grange, mickey | |||
2005-03-22 | Use a sane interrupt priority for serial. Has a better chance of working. | Dale Rahn | |
2005-03-22 | regen. | Marc Balmer | |
2005-03-22 | Add Gude ADS, Gude Analog- und Digitalsysteme GmbH, DE-Koeln, and | Marc Balmer | |
their product Expert mouseCLOCK USB, a DCF77 time-signal station receiver. ok dlg@, henning@ | |||
2005-03-22 | fix a typo, don't #define PF_RTIP to something nonmexistant | Henning 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-21 | Remove unused st_crazymap(). | Miod Vallat | |
2005-03-21 | sync | Nikolay Sturm | |
2005-03-21 | new O2 Micro cardbus adapter | Nikolay Sturm | |
ok deraadt | |||
2005-03-21 | Do not print anything on console for can't happen situations unless option | Miod Vallat | |
DEBUG_SVR4. | |||
2005-03-21 | Voltage reinforcements. | Miod Vallat | |
2005-03-20 | some 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 +ural | Theo de Raadt | |
2005-03-19 | enable ural(4) | Martin Reindl | |
ok deraadt@ | |||
2005-03-19 | pci de(4) unlikely on laptop compared to others | Theo de Raadt | |
2005-03-19 | ar5212 uses larger tx descriptors, adjust the offset | Reyk Floeter | |
2005-03-19 | further fixes for ar5212. | Reyk Floeter | |
2005-03-19 | add spl calls where appropriate. | Damien Bergamini | |