Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-10 | typo; | Jason McIntyre | |
2005-01-10 | add support for calling units (cuaU*) | David Gwynne | |
2005-01-10 | regen | David Gwynne | |
2005-01-10 | add calling units (cuaU*) for use by devices supported by ucom | David Gwynne | |
2005-01-10 | Make the time spent scanning per channel consistent with other drivers | Jonathan Gray | |
and much more reasonable. | |||
2005-01-10 | ledma*, and le* at ledma? will help with anteres units; miod ok | Theo de Raadt | |
2005-01-10 | m_hdr.mh_flags has been u_short for some time now. | Jonathan Gray | |
Kill uneeded line while here. | |||
2005-01-10 | phy sanity | Theo de Raadt | |
2005-01-10 | add ne for CF network cards. | Dale Rahn | |
2005-01-10 | more phy | Theo de Raadt | |
2005-01-10 | full set of phy, why waste our time! | Theo de Raadt | |
2005-01-10 | First cut. | Dale Rahn | |
2005-01-10 | put the boot crud in the snapshot | Theo de Raadt | |
2005-01-10 | enter stand | Theo de Raadt | |
2005-01-10 | third generation boot blocks from the zaurus | Theo 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-10 | file for the zaurus, derived from i386 one, written by uwe | Theo de Raadt | |
2005-01-09 | Allow send_hil{,dev}_cmd to return failure, and handle this where | Miod 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-09 | go look in MAKEOBJDIR if defined, ensuring cross-pieces have a chance | Marc Espie | |
to find each other. okay niklas@ (`deja-vu') | |||
2005-01-09 | in cross builds, don't test non existent libgcc1. | Marc Espie | |
"doh! ok!" niklas@ ;-) | |||
2005-01-09 | From 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-09 | Use the macwrite instead of the hostwrite radio programming method | Jonathan 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-09 | move cross-stuff into its own file. | Marc Espie | |
okay mickey@, niklas@ | |||
2005-01-09 | Synch with bsd.own.mk: USE_GCC3 is always set now, so we must set it to no | Marc Espie | |
explicitly. | |||
2005-01-09 | fix regulation domain handling | Reyk Floeter | |
2005-01-09 | set %dp before any constructors get to run; found and debugged w/ niklas@ | Michael Shalayeff | |
2005-01-09 | - add support for 2.2 firmware | Damien 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-09 | typo in comment; ok many people | Jason McIntyre | |
from freebsd kern/75923; | |||
2005-01-09 | w(1) does not deal w/ cpu time; | Jason McIntyre | |
from netbsd -r 1.16; | |||
2005-01-09 | Better error message for `device' command without arguments. | Aleksander Piotrowski | |
help & ok miod@ | |||
2005-01-09 | intr_disestablish | David Gwynne | |
ok drahn@ | |||
2005-01-09 | typo | Michael Shalayeff | |
2005-01-09 | fix pincount, improve readabilty. | Dale Rahn | |
2005-01-09 | Some fixes on pcic attachment. | Dale Rahn | |
2005-01-09 | Handle the rest of the interrupts. | Dale Rahn | |
2005-01-09 | sync | Theo de Raadt | |
2005-01-09 | tidy up FAST STARTUP; | Jason McIntyre | |
2005-01-09 | better example; | Jason McIntyre | |
2005-01-09 | better section reference; | Jason McIntyre | |
2005-01-09 | grammar from fbsd -r 1.18; | Jason McIntyre | |
2005-01-09 | i386 is gcc3 for cross too. | Marc Espie | |
2005-01-09 | When checking device names, make sure we look for a device name immediately | Miod Vallat | |
followed by an unit number. Otherwise we will match sti0 as an scsi tape drive. | |||
2005-01-08 | tweaks; | Jason McIntyre | |
2005-01-08 | mace(4) -> macebus(4); | Jason McIntyre | |
2005-01-08 | tweaks; | Jason McIntyre | |
2005-01-08 | Only 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-08 | New shortcuts for commands device (d) and debug (deb) | Aleksander Piotrowski | |
go ahead espie@ | |||
2005-01-08 | Unslack 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-08 | Kill useless cons.4 manpage. | Miod Vallat | |