Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-27 | regen | Brad Smith | |
2005-03-27 | EB -> GB | Brad Smith | |
2005-03-27 | remove FreeBSD ifdef bloat. | Brad Smith | |
ok krw@ | |||
2005-03-27 | Fix possible double alignment, and a memory leak in error path. Mostly | Kenneth R Westerback | |
from FreeBSD. ok brad@. | |||
2005-03-27 | another fxp PCI id | Brad Smith | |
2005-03-27 | regen | Brad Smith | |
2005-03-27 | ICH-6M fxp PCI id | Brad Smith | |
From: FreeBSD | |||
2005-03-26 | Use "struct em_softc *sc" consistently all over and uncover the | Brad Smith | |
watchdog reset message. ok krw@ | |||
2005-03-26 | enable compat_hpux and a commented out compat_linux | Michael Shalayeff | |
2005-03-26 | oops. it's 2005 now! | Michael Shalayeff | |
2005-03-26 | md parts for hpux_compa code; some problems w/ signals delivery still exist | Michael Shalayeff | |
2005-03-26 | - Parse boot arguments like on other platforms and handle common flags. | Uwe Stuehler | |
- Delay much longer before rebooting to give the internal disk in the C3000 enough time to stop itself. "go ahead" drahn@ | |||
2005-03-26 | enable reception of multicast frames; from NetBSD | Christian Weisgerber | |
2005-03-26 | encrypt swap by default. cheap, and why not. can be disabled by people | Theo de Raadt | |
who have machines that hit swap a lot. decided after survey of developers, we found that most turned this on. ok various | |||
2005-03-26 | simplify man! no need to outline pci_mapreg_map() anymore just use it | Michael Shalayeff | |
2005-03-26 | Use the PROM font whenever possible, rather than switching to the | Miod Vallat | |
not-so-nice 8x16 font upon attach. Also, shift the display two character cells to the left from its centered position in this case, so as to keep our output properly aligned with the PROM messages. Tested on 3GS and 3GX. | |||
2005-03-26 | Enable wsfont_add(), it will be necessary on sparc. | Miod Vallat | |
2005-03-26 | Cleanup. Use defines, standard names, consistant comparison operators, etc. | Kenneth R Westerback | |
for auto negotiation ticks code. No functional change. ok brad@ | |||
2005-03-25 | regen | Michael Shalayeff | |
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@ |