summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-16its bad enough that Microsoft makes software nevermind assemblingBrad Smith
Ethernet adapters with bad chipsets.
2005-01-16regenBrad Smith
2005-01-16Hawking CardBus card.Brad Smith
Reported by: Alec Berryman <alec at thened dot net>
2005-01-16get EEPROM width on all cards except for the original PNICBrad Smith
or XIRCOM cards. Based on the FreeBSD dc(4) driver.
2005-01-16more like i386, clone from thereTheo de Raadt
2005-01-16fatter usb complimentTheo de Raadt
2005-01-16headerTheo de Raadt
2005-01-16duplicate filenameTheo de Raadt
2005-01-16WSEMUL_VT100 is the defaultTheo de Raadt
2005-01-16Seems that the instructions used for speed checking was wrong for pxa270,Dale Rahn
this needs to be reverified on pxa255.
2005-01-16Allow this to build w/o SGC; OK miod@Todd C. Miller
2005-01-16: terminate records, spotted by listen@witworx.com; ok millertTheo de Raadt
2005-01-16Simplify diofb_fbinquire(), since in the only case where we need to knowMiod Vallat
the video registers size, this value can easily be computed from the standard fb registers.
2005-01-16allow locking of database in quiet mode, where we don't display anyMarc Espie
message. Display the lock message on stderr anyways, so that we don't disturb normal displays. postpone locking after we know about -q in pkg_info's case. Display command line if pkg_create fails, so that we can see what arguments it found in bsd.port.mk.
2005-01-16document the `cvs annotate' flags; ok jfb, help and ok jmc.Xavier Santolaria
2005-01-16typoDavid Gwynne
2005-01-16add support for the HX variant of the pl2303 from Pedro la Peu viaDavid Gwynne
Waldemar Brodkorb.
2005-01-16USB_DEBUG should imply UBSA_DEBUGDavid Gwynne
2005-01-16syncTheo de Raadt
2005-01-16spacingTheo de Raadt
2005-01-16add mux 0 to .Cd;Jason McIntyre
tweaks and ok miod@
2005-01-16some basic initial things to do with linux. we are using linux as a bootTheo de Raadt
loader, essentially. unfortunately even for such a simple task it turns out it is a smelly pile of poo (start vi in single user mode, machine locks up). or at least, the method that sharp chose to boot linux is (any ext3 filesystem gets corrupt and there is NO WAY TO REBUILD IT); ok uwe
2005-01-16dead Xr to ite.4;Jason McIntyre
2005-01-16dead Xr to grf.4;Jason McIntyre
2005-01-16add `zaurus' to .Dt;Jason McIntyre
2005-01-16sort SEE ALSO;Jason McIntyre
2005-01-16tweaks;Jason McIntyre
2005-01-16fix .Dd;Jason McIntyre
2005-01-16tweaks;Jason McIntyre
2005-01-16Since Hyperion can only attach in DIO-II space, don't bother looking forMiod Vallat
an Hyperion in internal space when looking for the console device.
2005-01-15typoMiod Vallat
2005-01-15syncTheo de Raadt
2005-01-15A better diagnostic when we encounter extra scodes used by an unsupportedMiod Vallat
devices for which diodevs has the wrong span value. Before this, we would get: tiger display at dio0 scode 157 not configured internal HP-IB at dio0 scode 158 not configured internal HP-IB at dio0 scode 159 not configured Now, we will get: tiger display at dio0 scode 157 not configured dio0: warning: select code 158 is likely a span of a previous unsupported device dio0: warning: select code 159 is likely a span of a previous unsupported device
2005-01-15RegenMiod Vallat
2005-01-15Tigershark spans 3 select codes.Miod Vallat
2005-01-15sync in-tree perl with 5.8.6Todd C. Miller
2005-01-15Problems with Blade100 network installs/upgrades usingKenneth R Westerback
keyboard+monitor seem to have disappeared post-3.6. ok miod@.
2005-01-15Glitch in console detection code would match unsupported frame buffers withMiod Vallat
gatorbox during console initialization. Oops.
2005-01-15perl 5.8.6 from CPANTodd C. Miller
2005-01-15Kill whitespace at EOL.Miod Vallat
2005-01-15Use DIO_SIZE() macro instead of rolling our own implementation of it.Miod Vallat
2005-01-15Operator for comparisons is '==' and not '='.Marc Balmer
ok naddy@
2005-01-15Regenerate.Mark Kettenis
2005-01-15Invoke config.sub using the shell.Mark Kettenis
ok drahn@
2005-01-15Get rid of *_X11_MODULES.Mark Kettenis
ok miod@, drahn@
2005-01-15If the loop is empty when we probe it, enable the interrupt anyways, so thatMiod Vallat
we can react on post-boot device plugs.
2005-01-15VAXstation 4000/96 worksMartin Reindl
2005-01-15rev 1.85Brad Smith
Newer chips do not need the receiver lock-up workaround; detect when it is required. From NetBSD
2005-01-15rev 1.56Brad Smith
Corrected a workaround that should only be applied to one adapter. Workaround was causing device hangs when incorrectly applied to other adapters. From FreeBSD
2005-01-15Zaurus tweaks.Miod Vallat