Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-29 | Plug iso_disklabelspoof() in readdisklabel(); requested by deraadt@ | Miod Vallat | |
2005-03-29 | udf_disklabelspoof() proto | Theo de Raadt | |
2005-03-29 | Add an apm interface to the tctrl(4) device found on SPARCbooks; currently | Miod Vallat | |
limited to power change events and battery status retrieval. ok deraadt@ mickey@ | |||
2005-03-29 | Missing break; | Miod Vallat | |
2005-03-29 | If a tctrl device is attached, run the keyboard bell through it, since the | Miod Vallat | |
keyboard on SPARCbooks lacks a speaker. | |||
2005-03-29 | Display the PCMCIA icon when cards are plugged. | Miod Vallat | |
2005-03-29 | A few tctrl improvements, mostly adapted from NetBSD: | Miod Vallat | |
- use a better state machine, and define a simple internal interface to send commands to the microcontroller. - program the 2nd line of the LCD screen; currently limited to the ``external power available'' and ``PCMCIA'' icons. - fix races in the brightness adjustement and powerdown request. - wrap initial dmesg output at 80 chars. | |||
2005-03-29 | Remove workarounds for old compilers. | Miod Vallat | |
2005-03-29 | pull over some minor fixes from NetBSD: | Martin Reindl | |
- use ETHER_ADDR_LEN where apropriate - consistency fixes in mem-io vs io-io logic - fixes for 21143 in full-duplex mode - minor nits here and there ok brad@ | |||
2005-03-28 | sync | Theo de Raadt | |
2005-03-28 | two more radeon; gklok@cogeco.ca | Theo de Raadt | |
2005-03-28 | p_fstype FS_UDF or #21 | Theo de Raadt | |
2005-03-28 | Relax dependencies. | Miod Vallat | |
2005-03-28 | add some const to ether_*. remove bonus prototypes this brought out. | Ted Unangst | |
ok deraadt@ | |||
2005-03-28 | Use USBD_DEFAULT_TIMEOUT on control transfers, rather than the SCSI request | Christopher Pascoe | |
timeout. ok dlg@ | |||
2005-03-28 | minor spelling corrections. | Christopher Pascoe | |
ok dlg@ | |||
2005-03-28 | Use mii_phy_tick() instead of duplicating code. | Kenneth R Westerback | |
tested & ok pvalchev@ | |||
2005-03-28 | shorten dmesg | David Gwynne | |
requested by deraadt@ ok pascoe@ | |||
2005-03-27 | EB -> GB | Brad Smith | |
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@ |