Commit Graph

100010 Commits

Author SHA1 Message Date
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
tsutsui
b44bea5ce0 Add options BSDDISKLABEL_EI and options COMPAT_MMEYE_OLDLABEL. 2002-07-22 15:21:05 +00:00
lukem
a6034b5b35 use sh3eb or sh3el instead of sh3 2002-07-22 15:13:41 +00:00
tsutsui
b55adcb049 Fix disklabel handling on sh3 ports:
- By default, use disklabels in the native endian.
- With options BSDDISKLABEL_EI, kernels can read/write labels
  in the opposite endian.
- With options COMPAT_MMEYE_OLDLABEL, kernels accept labels
  in format used on old mmeyes.
  (Some old mmeyes have "the bootstrap kernel to load kernel from disks"
   on their flash ROMs and it is not easy to update kernels on the ROMs.)
- While here, use leXXtoh() to read some values in MBR.
2002-07-22 15:11:09 +00:00
wiz
8077be0f11 ADW_*_DISABLE -> SCSI_ADW_*_DISABLE in comments. 2002-07-22 15:10:53 +00:00
hannken
4d121bd094 Convert to new device buffer queue interface. 2002-07-22 14:59:43 +00:00
lukem
a0ae692ffe - define "termtype" string (based on \n[MACHINE] and use appropriately)
- consistently use \n[MACHINE] instead of r_MACHINE
2002-07-22 14:55:14 +00:00
wiz
c530b39df1 Correct some commented out variables from ADW_DISABLE_* to SCSI_ADW_DISABLE_*.
From Julio Merino in port-alpha/17677.
2002-07-22 14:51:01 +00:00
lukem
ad6d00062f fix .ie ... .el usage 2002-07-22 14:39:44 +00:00
lukem
099331397a - define some useful strings and use appropriately
\*[part_raw]	`raw' partition (usually `c' or `d')
	\*[part_free]	first "free" partition (usually part_raw+1)
	\*[part_usr]	default "/usr" partition (usually part_free)
	\*[part_max]	last partition (usually `h' or `p')
- consistently use \n[MACHINE] instead of r_MACHINE
- fix up formatting fubars on mac68k (and others)
2002-07-22 14:38:11 +00:00
lukem
3c01b2785f consistently use \n[MACHINE] instead of r_MACHINE 2002-07-22 14:07:52 +00:00
lukem
b4bc051a2c consistently use \n[MACHINE] instead of r_MACHINE in places 2002-07-22 14:02:07 +00:00
lukem
f9d025b03b as sun3x is now part of sun3, we can't test for a sun3x machine register.
rewrite appropriate paragraphs to be relevant for either sun3 or sun3x.
2002-07-22 13:59:24 +00:00
lukem
86448dfa2c - convert sun2/upgrade to use ../sun3/upgrade, rather than unnecessarily
duplicating the contents of the latter
- fix some types in sun3/upgrade
2002-07-22 13:49:56 +00:00
christos
ce8a71a179 make this compile with -DREDEBUG again. 2002-07-22 12:56:17 +00:00
wiz
f3de6108f8 Sync (commented out) SHMMAXPGS value with vmparam.h.
Closes port-i386/12708 by Patrick Welche.
2002-07-22 11:05:59 +00:00
wiz
e691fec026 Remove duplicate 'files'. From Ryo HAYASAKA in toolchain/17674. 2002-07-22 09:49:05 +00:00
msaitoh
5e26ad6017 add support intel C-ICH's embeded Ether MACs.
Tested on RadiSys Endura CH815C (http://www.radisys.com/)
2002-07-22 08:25:45 +00:00
msaitoh
ef0884e4c6 regen 2002-07-22 07:48:48 +00:00
msaitoh
b03baa8ea5 Add Intel 82801E Communications I/O Controller Hub (C-ICH) 2002-07-22 07:47:44 +00:00
matt
c172e4d8e8 Make SVR4_32 work with the sparc32 version of setiathome. This required
fixing the socket syscall and the SIOGIFCONF ioctl code.
2002-07-22 05:31:18 +00:00
lukem
86e5d269f7 for single references, use r_XXX instead of \n[XXX] 2002-07-22 05:23:32 +00:00