summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-10typo;Jason McIntyre
2005-01-10add support for calling units (cuaU*)David Gwynne
2005-01-10regenDavid Gwynne
2005-01-10add calling units (cuaU*) for use by devices supported by ucomDavid Gwynne
2005-01-10Make the time spent scanning per channel consistent with other driversJonathan Gray
and much more reasonable.
2005-01-10ledma*, and le* at ledma? will help with anteres units; miod okTheo de Raadt
2005-01-10m_hdr.mh_flags has been u_short for some time now.Jonathan Gray
Kill uneeded line while here.
2005-01-10phy sanityTheo de Raadt
2005-01-10add ne for CF network cards.Dale Rahn
2005-01-10more phyTheo de Raadt
2005-01-10full set of phy, why waste our time!Theo de Raadt
2005-01-10First cut.Dale Rahn
2005-01-10put the boot crud in the snapshotTheo de Raadt
2005-01-10enter standTheo de Raadt
2005-01-10third generation boot blocks from the zaurusTheo de Raadt
zaurus# stand/zboot/obj.i386.zaurus/zboot probing: ux0 >> OpenBSD/zaurus BOOT 2.06 boot> b b booting /dev/hda4:/bsd: [cross fingers here] written by dragos at first, more work by drahn, and now increasingly polished by uwe
2005-01-10(for now) on the linux side, do:Theo de Raadt
zaurus# insmod -f stand/zbsdldr/obj.i386.zaurus/zbsdldr.o zaurus# mknod /dev/zboot c 99 0 zaurus# cp bsd.rd /dev/zboot
2005-01-10file for the zaurus, derived from i386 one, written by uweTheo de Raadt
2005-01-09Allow send_hil{,dev}_cmd to return failure, and handle this whereMiod Vallat
applicable. During device probe, if a device does not answer commands, display a warning message. This apparently happens on hp300 when the console is configured as remote (i.e. serial console). Unplugging and replugging the device works fine afterwards...
2005-01-09go look in MAKEOBJDIR if defined, ensuring cross-pieces have a chanceMarc Espie
to find each other. okay niklas@ (`deja-vu')
2005-01-09in cross builds, don't test non existent libgcc1.Marc Espie
"doh! ok!" niklas@ ;-)
2005-01-09From dyoung@NetBSD rev 1.41:Jonathan Gray
Set initial conditions to guarantee that when read_seeprom toggles Chip Select, it turns *on* rather than *off*.
2005-01-09Use the macwrite instead of the hostwrite radio programming methodJonathan Gray
for rev F devices which lets us get responses from access points. Driver is still not fully working as yet. From a discussion with David Young.
2005-01-09move cross-stuff into its own file.Marc Espie
okay mickey@, niklas@
2005-01-09Synch with bsd.own.mk: USE_GCC3 is always set now, so we must set it to noMarc Espie
explicitly.
2005-01-09fix regulation domain handlingReyk Floeter
2005-01-09set %dp before any constructors get to run; found and debugged w/ niklas@Michael Shalayeff
2005-01-09- add support for 2.2 firmwareDamien Bergamini
- fix rssi decoding - implement basics for IBSS support - decrease channel scan time from 100ms to 40ms - cosmetic changes while i'm here
2005-01-09typo in comment; ok many peopleJason McIntyre
from freebsd kern/75923;
2005-01-09w(1) does not deal w/ cpu time;Jason McIntyre
from netbsd -r 1.16;
2005-01-09Better error message for `device' command without arguments.Aleksander Piotrowski
help & ok miod@
2005-01-09intr_disestablishDavid Gwynne
ok drahn@
2005-01-09typoMichael Shalayeff
2005-01-09fix pincount, improve readabilty.Dale Rahn
2005-01-09Some fixes on pcic attachment.Dale Rahn
2005-01-09Handle the rest of the interrupts.Dale Rahn
2005-01-09syncTheo de Raadt
2005-01-09tidy up FAST STARTUP;Jason McIntyre
2005-01-09better example;Jason McIntyre
2005-01-09better section reference;Jason McIntyre
2005-01-09grammar from fbsd -r 1.18;Jason McIntyre
2005-01-09i386 is gcc3 for cross too.Marc Espie
2005-01-09When checking device names, make sure we look for a device name immediatelyMiod Vallat
followed by an unit number. Otherwise we will match sti0 as an scsi tape drive.
2005-01-08tweaks;Jason McIntyre
2005-01-08mace(4) -> macebus(4);Jason McIntyre
2005-01-08tweaks;Jason McIntyre
2005-01-08Only use one set of DIO size and address defines, from <dev/dioreg.h>Miod Vallat
rather than <include/cpu.h>.
2005-01-08#include <arch/*> -> #include <*>Miod Vallat
2005-01-08New shortcuts for commands device (d) and debug (deb)Aleksander Piotrowski
go ahead espie@
2005-01-08Unslack and increase AUTHNAMELEN, since some ISP's prefer long usernames.Can Erkin Acar
Reported long time ago by Marc Huber and more recently by Steffen Schutz.
2005-01-08Kill useless cons.4 manpage.Miod Vallat