Commit Graph

99991 Commits

Author SHA1 Message Date
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
lukem
39d512abf7 oop; we need <bsd.own.mk> for ${PRINTOBJDIR}; pull that in, and
convert this Makefile to be more similar to others in distrib/**.

XXX: this still needs work to make this more non-netbsd-cross friendly.
e.g, use ${PAX} and compress instead of assuming that tar supports `Z', etc.
2002-07-22 04:42:43 +00:00
ichiro
32592b3d4f regen
- add ixpcom
2002-07-22 04:26:10 +00:00
ichiro
d6ef756367 add ixpcom* 2002-07-22 01:56:38 +00:00
ichiro
3e5b4f63bc add devices of ixp12x0
the port name of devices of sa1x0 was changed into arm32 from hpcarm
2002-07-22 01:24:41 +00:00
ichiro
6349df15da cdev_tty_init(NIXPCOM,ixpcom) move to end of cdevsw array 2002-07-22 01:12:24 +00:00
ichiro
ea20391445 make compile when PCI_DEBUG was defined 2002-07-21 22:16:58 +00:00
jdolecek
e462e316fb Make sure repeated TIOCSCTTY doesn't corrupt session hold count.
Fixes kern/17382 by David Laight.
2002-07-21 20:43:53 +00:00
rafal
f7a70aa74c More minor updates to release notes -- a large part of these changes were
sgimips specific, but there are also MI tweaks.
2002-07-21 20:29:47 +00:00
manu
a719492472 Added a commented out J720KBD_LAYOUT option, to show how default keymap can
be changed.
2002-07-21 19:20:55 +00:00
manu
11bde95a38 Added a french keymap, but the altgr key does not work yet (to be fixed later) 2002-07-21 19:16:39 +00:00
mjl
a32f58ffa9 Correct wrong comparison in example. 2002-07-21 19:04:03 +00:00
hannken
7de36862a8 Rename bufq_init() to bufq_alloc().
Add bufq_free() to remove a buffer queue.
Avoid MALLOC while holding a spinlock.

From Chuck Silvers.
2002-07-21 15:32:17 +00:00
ichiro
6cac77a3ea cosmetic change
mapping i21555 control/status registers
2002-07-21 14:26:05 +00:00
ichiro
517449c38c some bug fix and cosmetic changes 2002-07-21 14:19:43 +00:00
lukem
6ce309ed65 simplify some sections, and improve .ie ... .el .ie stuff 2002-07-21 13:00:45 +00:00
lukem
9bcd1bdb1b more fixes to previous 2002-07-21 12:58:02 +00:00
jdc
5b09651fdc Add (missing) definitions for 'oc' and 'op' capabilities.
Pointed out by Aymeric Vincent.
2002-07-21 10:23:03 +00:00
lukem
9d18ea70e6 doh; fix previous 2002-07-21 09:28:03 +00:00
lukem
d406154bd8 fix up various .ie ... .el usages 2002-07-21 09:25:27 +00:00