Commit Graph

100031 Commits

Author SHA1 Message Date
ragge 236406e440 Don't complain about Abuses that don't exist and tell about unsupported CI's.
From Johnny Billquist.
2002-07-24 10:17:45 +00:00
chs 4e9f286b98 for MP builds, save and restore sprg0 (which contains the curcpu pointer)
around restoring OFW's sprg registers while calling into OFW.
2002-07-24 06:04:43 +00:00
chs 185a5bbcf0 rename the intr_depth field of struct intrframe to avoid a name conflict
in MULTIPROCESSOR builds.
2002-07-24 05:44:37 +00:00
junyoung 40fa5f20fe Add NetBSD 1.5.3 to the tree as well. 2002-07-24 05:10:14 +00:00
chs 804e68d33a reimplement copy{in,out}str() similarly to copy{in,out}()
(instead of the old way of calling [fs]ubyte() in a loop).
2002-07-24 04:59:32 +00:00
junyoung 293cf6ffe0 Readd NetBSD 1.5.3. Note that entries should be sorted in chronological
order.
2002-07-24 04:51:08 +00:00
junyoung 19fe2e4fc0 Pull in the latest from FreeBSD tree. 2002-07-24 04:49:14 +00:00
lukem c13d5538de postinstall can be run from the etc set (extracted into a temporary directory)
rather than requiring the full system sources to be extracted
2002-07-24 03:03:58 +00:00
oster de6f092d9d RAIDframe doesn't need to be so chatty on autoconfigure. Leave it
a chatty if DEBUG is set... (for now..)
2002-07-24 02:55:22 +00:00
lukem f4811c84e8 esp got tagged queuing 2002-07-24 02:50:47 +00:00
lukem 770f0725e5 macppc/powerpc x set size updates 2002-07-24 02:50:22 +00:00
lukem 37381fa45a updates per discussion with matt green 2002-07-24 02:47:51 +00:00
oster 4c591ca7bc Don't print the value of protectedSectors all the time. 2002-07-24 02:17:14 +00:00
lukem c76a9a63b3 updates prompted by mail from Bang Jun-Young:
- add to updated 3rdparty products: gcc 2.95.3 and binutils 2.11.2
- xfree 4.2.0 is i386 only (at this stage)
2002-07-24 01:06:12 +00:00
enami 0512a0df7f Add more software intrq. 2002-07-23 23:34:39 +00:00
rjs 2ce5cda977 Regenerate. 2002-07-23 23:12:48 +00:00
rjs 2ddb53c039 Add entries for:
Ositech Seven of Diamonds Ethernet Card
    Netgear FA410TX Ethernet Card
2002-07-23 23:11:04 +00:00
itojun 59c47fdbd5 resolver(5) -> resolv.conf(5). PR 17691 2002-07-23 22:43:08 +00:00
matt 7a023d8f5f Add a quirk for a HITACHI driver (CAP_SYNC|CAP_WIDE16). 2002-07-23 21:10:16 +00:00
briggs c9c72ff6d8 macppc is using XF86 v4 now, and installs a few more files. 2002-07-23 21:00:11 +00:00
hannken 9c4c15c084 Convert to new device buffer queue interface.
Approved by: Nathan J. Williams <nathanw@netbsd.org>
2002-07-23 20:49:54 +00:00
jschauma 8dc529902d "pairs of other package this package depends" ->
"pairs of other packages this package depends upon"
2002-07-23 14:41:41 +00:00
christos fa08f33f2d PR/17686: Cliff Albert: Dynalink L10C pcmcia card is not supported 2002-07-23 14:11:11 +00:00
hannken 91f71a4f61 The buffer returned by BUFQ_PEEK must remain the same until BUFQ_GET is
called. It may be used as the "current" buffer.
2002-07-23 14:00:16 +00:00
lukem d376b4bd66 disable pmax miniroot for now; it won't build due to objcopy-crunchide issues 2002-07-23 11:08:28 +00:00
wennmach ac8c056486 Capitalize "starting", as in rc.subr. 2002-07-23 10:48:01 +00:00
lukem e3e1a93b17 add TARGETS+=release 2002-07-23 10:43:50 +00:00
mjl f790e45db0 Regen for Dynalink L10C 2002-07-23 10:35:28 +00:00
mjl d9b07b8085 Add Dynalink L10C as provided by Cliff Albert in PR/17686. 2002-07-23 10:35:06 +00:00
yamt 0eb57ea5a6 bump version to 20020723.
(PKG_PATH changes)
2002-07-23 09:23:35 +00:00
lukem c64952588e set MAKE="${MAKE:-make} -j 1" to prevent problems where the output
of make -j N>1 would result in junk in various shell variables
2002-07-23 09:02:45 +00:00
tron e5e66e171b Increase interface output error count in case of a failure. 2002-07-23 06:59:51 +00:00
grant 9818296a83 add NetBSD 1.5.3. 2002-07-23 06:53:35 +00:00
tron 5126e6107d Increase interface output counter for every encapsulated packet sent to IP. 2002-07-23 06:44:53 +00:00
mhitch 5055d25658 Add support for aout to ELF conversion to install.md, copied from the sparc
miniroot install.md.  Add usr/bin/file and usr/share/misc/magic to the
miniroot - used by the install.md changes.  Upgrades will now move the
standard a.out shared libraries to /emul/aout.
2002-07-23 03:52:02 +00:00
simonb e438da348e Sprinkle some KNF. 2002-07-23 00:03:36 +00:00
hannken bfc31ebc74 Convert to new device buffer queue interface.
Approved by: Anders Magnusson <ragge@netbsd.org>
2002-07-22 21:48:36 +00:00
bouyer 8e745944fe Ops, this had already been commited by cjs.
Still, call the controller ATA133, even though we use it at ATA100 for now ...
2002-07-22 20:56:57 +00:00
manu 2126ded42f Implements WSKBDIO_GTYPE 2002-07-22 20:55:48 +00:00
manu 861152fbd3 Enable two WSDISPLAY options needed by the X server 2002-07-22 20:55:09 +00:00
bouyer 788cbb16d2 Note VT8233A support. 2002-07-22 20:53:13 +00:00
bouyer 5f47fb4861 Add VIA VT8233A support (at Ultra/100 until someone can test 133 for me).
From Ryo HAYASAKA, PR kern/17206.
2002-07-22 20:51:02 +00:00
bouyer 4a33970e19 Do PIO transfers for len < 4 bytes. From Matthias Drochner in private mail. 2002-07-22 20:31:56 +00:00
mycroft 98763c9300 Set addr_shift and size_shift to 0 for the dense region. 2002-07-22 20:05:23 +00:00
briggs c13ee269dd Handle i80200 step D0 and i80321 step B0 2002-07-22 18:17:42 +00:00
lukem 11fec0854a update sizes of alpha x sets (info from havard) 2002-07-22 17:53:26 +00:00
lukem 329392a42b add two missing .bullet) s 2002-07-22 17:27:16 +00:00
lukem caef436ae7 - provide .showsize [<G> <U>] to display set size info.
if <G> and <U> aren't provided, use values from last  .setsize <G> <U>
  reset sizes upon display
- convert to .showsize as appropriate
- fix .el ... .ie
- fix up a bunch of set sizes
- use '-unknown-', '-unset-', and '-unknown-machine-arch-' to flag
  unknown set size info (instead of "???")
- consistently use \n[MACHINE] instead of r_MACHINE
- ensure that all MACHINE_ARCH registers are at least defined to 0
- don't bother setting register _\*M
2002-07-22 16:45:14 +00:00
lukem 944ca18c84 missing . 2002-07-22 15:44:14 +00:00
tsutsui f776dc6376 Add (commented out) options BSDDISKLABEL_EI. 2002-07-22 15:25:12 +00:00