Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-26 | First cut at a port of isadma and floppy driver. ok art@ | Nathan Binkert | |
From NetBSD via jay@rootaction.net | |||
2001-10-26 | spaces to tabs | Nathan Binkert | |
2001-10-26 | fix comment | Nathan Binkert | |
2001-10-26 | Fix a problem with the probe message being printed for cards with no | Kenneth R Westerback | |
RAM. A card that did not have RAM was causing a probe message with no terminating '\n', but with a dangling ', '. Problem noted by Todd T. Fries. | |||
2001-10-25 | Code in scanlib similar to main ldd, to recognize fmt1 and fmt2 and use | Marc Espie | |
them. | |||
2001-10-25 | better docu for fingerprinting, ok deraadt@ | Markus Friedl | |
2001-10-25 | add more supported cards adn alphabetize the lists | Michael Shalayeff | |
2001-10-25 | implement "the other" pci interface for wavelans, found on intersil | Michael Shalayeff | |
mini-pci cards. inspired by the netbsd's if_wi_pci.c . rename WI_COR_* into WI_PLX_COR_*, per millert@'s suggestion. tested by millert@ for the plx-based cards. | |||
2001-10-25 | add an ali1543 and fix amd756 icu drivers | Michael Shalayeff | |
2001-10-25 | match on corega pcc-td | Michael Shalayeff | |
2001-10-25 | match on corega pccb-11 | Michael Shalayeff | |
2001-10-25 | regen | Michael Shalayeff | |
2001-10-25 | add a couple of corega cards, from netbsd | Michael Shalayeff | |
2001-10-25 | Make -h and -L follow symlinks on extraction of directories. | Niklas Hallqvist | |
This means that existing symbolic links won't get overwritten with a directory, but instead the directory is created/updated with the privs from the archive at the end of the symlink chain. Great for unpacking OpenBSD release tarballs, where you have linked away stuff due to lack of space on a certain partition etc. | |||
2001-10-25 | regen | Michael Shalayeff | |
2001-10-25 | add intersil mini-pci wlan; from netbsd | Michael Shalayeff | |
2001-10-25 | add prism2.5 mini-pci nic id | Michael Shalayeff | |
2001-10-25 | match on gemtek | Michael Shalayeff | |
2001-10-25 | regen | Michael Shalayeff | |
2001-10-25 | add gemtek and symbol wlans; from netbsd | Michael Shalayeff | |
2001-10-25 | darkblack@networking-center.org says it should be apostrophe instead of ↵ | Michael Shalayeff | |
grave in the _es map | |||
2001-10-25 | ddb entry support using usb (console) keyboard. | Dale Rahn | |
Do not send characters directly from usb interrupt handler for console keyboard. entering ddb from within the usb interrupt handler is _bad_. Instead delay until next timeout check and deliver characters then. Tested on mappc. From NetBSD. | |||
2001-10-25 | If a usb keyboard is detached, check if the intrpipe is still active. | Dale Rahn | |
Console keyboard will still be active and must be shut down for successful detach. This change and previous change to wskbd.c both from NetBSD. Tested by miod@ and myself. Hot plug/unplug on USB console keyboard now works on macppc. (this and wskbd.c may be errata candidates). | |||
2001-10-25 | If the console keyboard goes away, reinit wskbd_console_device. | Dale Rahn | |
Will allow future console keyboard attaches to occur. | |||
2001-10-25 | Allow an empty cd to be opened (raw device/whole disk) primarily to | Dale Rahn | |
allow empty CD caddies to be ejected. Original diff from Alexander Guy. "pretty much straight from NetBSD" Addition to allow eject (mt) to eject an empty tray. ok csapuntz@ | |||
2001-10-25 | Need more sleep to make correct replace commands; | Miod Vallat | |
pointed out by op21@squish.org, thanks | |||
2001-10-24 | Print intrstr, not dv_xname. mickey@ ok. | Hakan Olsson | |
2001-10-24 | OPL3-SAx not SAX | Miod Vallat | |
2001-10-24 | Add WorkAroundBrokenAAAA option here too. We already have it in | Todd C. Miller | |
openbsd-proto.mc and openbsd-localhost.mc. | |||
2001-10-24 | Fix linefeeds, and (blush) a special typo. | Miod Vallat | |
2001-10-24 | Misplaced space in fprintf "Execute get, put orappend to initiate transfer" | Todd C. Miller | |
2001-10-24 | make ~& (backgrounding) work again for proto v1; add support ~& for v2, too | Markus Friedl | |
2001-10-24 | Use macros from sys/disklabel.h instead of custom ones with slightly | Todd C. Miller | |
different (and thus confusing) semantics. | |||
2001-10-24 | kill register | Todd C. Miller | |
2001-10-24 | Protect against deranged fabric name servers. | mjacob | |
Correct the # of output mailboxes for EXECUTE IOCB A64. Comment out some redundant initialization to zero. If we get ISP_QUEUES_FULL status, remember to actually set SCSI_QFULL since the QLogic f/w, on some cards, doesn't do so. Grumble. | |||
2001-10-24 | keep up with the joneses (track other OS) | mjacob | |
2001-10-24 | update firmware | mjacob | |
2001-10-24 | More cleanups from FreeBSD version- principally getting rid of bogus | mjacob | |
pullup for small mbufs (which was unnecessary); setting txint delay; | |||
2001-10-24 | - repair usage() output | Miod Vallat | |
- when changing display.foo settings, print "display.foo -> bar" like done for mouse.* and keyboard.* - use warn() over err() whenever possible and appropriate code path to display as much as useful information as possible even if one ioctl fails. This is especially useful to get the display.* settings via wsconsctl -a if your mouse can't be probed, like on the iBook. ok mcikye@ | |||
2001-10-24 | elaborate on wi(4) @ PCI a little bit | Todd C. Miller | |
2001-10-24 | Match Netgear MA301 dumb PCMCIA->PCI bridge. | Todd C. Miller | |
2001-10-24 | regen with MA301 entry | Todd C. Miller | |
2001-10-24 | Add Netgear MA301 (PLX 9052 based dumb PCMCIA->PCI bridge). | Todd C. Miller | |
2001-10-24 | When becoming a daemon, dup stdin, stdout, and stderr to /dev/null | Todd C. Miller | |
Change an unsafe vfork() to fork() Fix dup2() usage--must check for oldd == newd case and no need to close oldd Fixes annoying messages from sendmail about stdout being closed. | |||
2001-10-24 | cleanup, such as spaces and dangling return;s | Michael Shalayeff | |
2001-10-24 | replace strings w/ defined names, missing initializer for pcbeep and split ↵ | Michael Shalayeff | |
tone into bass/treble | |||
2001-10-24 | add mpeg_l3 encodings (after l1 and l2), define strings for center, depth, lfe | Michael Shalayeff | |
2001-10-24 | do not #ifdef ANCACHE stuff makes softc constant; pointed out by ↵ | Michael Shalayeff | |
dima@m3d.dhs.org; fix by me | |||
2001-10-24 | add missing RCS ids | Brad Smith | |
2001-10-24 | old | Theo de Raadt | |