summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-25ANSI-fication, minor KNF. No code change. My plane had power outletsKenneth R Westerback
this time!
2007-05-25Initial driver stub for the Marvell 88W8385 PCMCIA (CF) device.Marcus Glocker
Loads firmware, sends first FW command, establish interrupts.
2007-05-25add support for W83627DHG; ok kettenisConstantine A. Murenin
2007-05-25fix a typo in RFACT of 3.3Vcc of w83627ehf; ok kettenisConstantine A. Murenin
2007-05-24Close some (probably not all) holes in the creation of the requiredKenneth R Westerback
'i' partition. Keep asking for an MBR until it has both a DOS and an OpenBSD partition. Forcibly write a default disklabel, which will have the correct 'i' defined, before letting the user work on the disklabel. Use newfs(8) to format the 'i' partition instead of plopping a pre-formatted 1MB FAT in it. Remove a bunch of excess verbiage, which will reappear in an updated INSTALL.macppc. Feedback from otto@, drahn@ and deraadt@.
2007-05-24create separate function to validate metadata.Marco Peereboom
remove seeding of checksums.
2007-05-24Make 'disklabel -w -d <disk>' work. i.e. write the default disklabelKenneth R Westerback
onto disk. More elegant than "dd if=/dev/zero of= ..." to clear out an old disklabel. Think of it as treating the spoofed disklabel created by readdisklabel() like an automatically generated disktab entry. Makes some install scripts (macppc to start) easier.
2007-05-24If century not specified used the current one instead of aassuming 2000.Todd C. Miller
2007-05-24place holder for signature checkingMarc Espie
2007-05-24catch up and rethrow Packing-List read issues with the filename whenMarc Espie
available.
2007-05-24ZD1211B-based Edimax EW-7317LDG Wireless Detector / USB Adaptor works. ↵Constantine A. Murenin
Tested by me; ok jsg@
2007-05-23Add code to spin up secondary cpu's; still work in progress.Mark Kettenis
prompted by deraadt@ a few times already.
2007-05-23Fix cut and pasto, seconds value is now stored in dot, not p.Todd C. Miller
2007-05-23s/Zyxel/ZyXEL/g ok jmcConstantine A. Murenin
2007-05-23Set tm_sec to 0 if no seconds were specified by the timespec (-t) arg.Todd C. Miller
2007-05-23Remove all vnode dependencies so that we can bootstrap softraid volumes.Marco Peereboom
Code from tedu. Replace all kernel string magic with dev_t passed in from bioctl. Suggestion from beck and tedu. Help from miod. Fix chunk crc. ok tedu
2007-05-23- attempt to explain (sub)sections before we start discussing themJason McIntyre
- merge the "-s section" and "section" parts: it doesn't make sense to keep them separate
2007-05-23Print real/available memory in MB as well as bytes in dmesg, and unifyPeter Valchev
architectures to print it the same way. ok henning, miod; i386 part from tom
2007-05-23"X Window System", in line with the rest of our docs;Jason McIntyre
2007-05-23update the section list;Jason McIntyre
2007-05-23for -S, note that machines have pages for all archs, and this mechanismJason McIntyre
allows one to view pages for one arch whilst using another (this seems to be not always clear to people);
2007-05-23improve the descriptions for -f and -k, specifically making itJason McIntyre
clear that they run, respectively, whatis(1) and apropos(1);
2007-05-23Sanity check the time argument specified by the -t argument. SomeTodd C. Miller
checks adapted from date(1). Now prevents scheduling jobs in the past just like the standard (ie: not -n) at(1) date parsing.
2007-05-23remove some unneccessary bracketing;Jason McIntyre
2007-05-23Remove unnecessary locking. There is no need for serializing calls toKurt Miller
these functions and each use of the fd is already protected. No externally visible changes. okay marc@ millert@
2007-05-23Add hack to prevent switching to serial console on four-digit B/C/J classMark Kettenis
workstations. This makes these machines actually boot. ok miod@
2007-05-23syncTheo de Raadt
2007-05-23Enable elroy(4).Mark Kettenis
2007-05-23Add proper bus_space_vaddr() implementation.Mark Kettenis
ok miod@
2007-05-23timecounter support (e.g. soekris net4501); ok grange@Markus Friedl
2007-05-23use the intr pool when allocating from interrupt context;Markus Friedl
fixes pppoe f_addrhooks panics (e.g. pr 5454); ok canacar
2007-05-23no more /usr/share/ipsec;Jason McIntyre
2007-05-23fiddle with SharedLibs name, put common code into a common place inMarc Espie
pkg_add.
2007-05-23use autovivifyMarc Espie
2007-05-23instead of trying to keep up w/ changing url, simply documentJason McIntyre
the name of the chip document; fixes pr 5489, from Diego Casati ok jsg
2007-05-23Get rid of some obsolete exampels.Hans-Joerg Hoexer
ok and prodding @jmc
2007-05-23+.Cd "pci* at elroy?"; ok kettenisJason McIntyre
2007-05-23%z in printf(9) is not the same as %z in printf(3). Change to %luRay Lai
and cast arg to ulong. OK jsg@ and krw@.
2007-05-22Add the BCM5709 PCI device Id. It is disabled for now since we do notReyk Floeter
support SerDes-based (1000base-SX fibre) bnx(4) devices yet. The reason is simple - we do not have any fibre bnx(4) to test and port the SerDes changes from the other bnx drivers. From brad found in the Linux driver
2007-05-22syncReyk Floeter
2007-05-22Add another bnx(4) PCI Id (BCM5709 SerDes 1000base-SX)Reyk Floeter
2007-05-22- tweak .Nd a littleJason McIntyre
- new sentence, new line
2007-05-22Add pciide(4) and things that attach to it.Mark Kettenis
2007-05-22Add elory(4).Mark Kettenis
2007-05-22elroy(4).Mark Kettenis
2007-05-22Add option HP8700_CPU.Mark Kettenis
2007-05-22Hook up astro(4).Mark Kettenis
2007-05-22astro(4)Mark Kettenis
2007-05-22zap trailing whitespace;Jason McIntyre
2007-05-22adress -> addressJasper Lievisse Adriaanse
from brad ok claudio@