matt
e735c2bf67
Add TI LYNX FireWire Controller (as used in the Apple B&W G3)
1999-05-07 00:56:46 +00:00
thorpej
20d1861d97
Revert previous. Um, Christos, why did you delete the body of this
...
file? :-)
1999-05-07 00:28:22 +00:00
ragge
fb77d3696c
Oops, forgot to check in the updated install instructions.
1999-05-07 00:15:16 +00:00
simonb
c0b49cb7db
Tidy up "make clean", remove compressed tar file of diskimage.
1999-05-06 20:51:22 +00:00
simonb
2f8ffb8914
Add compressed image to CLEANFILES
1999-05-06 20:50:13 +00:00
leo
2d3a4c7fd6
Add .../dev/mii/files.mii. Needed for support of the 3C590.
1999-05-06 20:27:57 +00:00
leo
bad559ed77
Remove dependency of vfs_conf.o, this file is no more. From Jonathan Stone.
1999-05-06 20:25:17 +00:00
wrstuden
fb7f9b828f
Add pciide config info.
1999-05-06 19:28:20 +00:00
thorpej
680c3ddbd2
Completely rewrite how cninit() determines which keyboard to use with
...
the console. New algorithm:
* if stdin == keyboard, and parent of keyboard == adb, use ADB.
* else, must be a USB keyboard. Search backwards though the parents
until the USB controller is located. Determine its location in the PCI
domain, and which type of controller it is, and tell that controller that
it has the console input device. The USB code will then attach the first
USB keyboard as the console input device during autoconfiguration.
The iMac and Blue and White G3 consoles are fully functional now!
1999-05-06 19:24:47 +00:00
thorpej
ac9eee8693
Take all of the OpenFirmware "stdin" grovelling out of the ADB keyboard
...
driver, as the smarts for this all live somewhere else now.
1999-05-06 19:20:59 +00:00
thorpej
35df607966
Allow pci_init() to be called twice, once just to find the PCI-Host
...
bridges and determine the "pci chipset" values (for making PCI tags),
and again to actually map the configuration space registers.
1999-05-06 19:16:44 +00:00
thorpej
375d7c32f2
Add a way for machine-dependent code to tell a USB controller that it
...
has the console input device. The USB keyboard driver uses this to
attach the first USB keyboard instance as the console keyboard.
Unfortunately, this must still be deferred to autoconfiguration time,
but there's not much we can do about that right now.
1999-05-06 19:12:22 +00:00
scottr
9dd9f932f7
Cosmetic adjustment of the SEE ALSO suggestion from Hauke. I didn't
...
think it was important for the 1.4 release, and seem to have
forgotten to commit it to the trunk as a result. Sigh.
1999-05-06 19:11:02 +00:00
wrstuden
f2a11156e3
We don't need to give explicit rules for .c.o conversion, the default
...
ones work fine, and are correct for cross-compiling.
1999-05-06 18:48:23 +00:00
wrstuden
ad4097b67b
Generate a makefile which is cross-crunching compatabile:
...
1) Include bsd.sys.mk so we pick up DESTDIR changes to fine .h files.
2) Only set STRIP if it's unset.
3) Generate .cro files rather than .lo files. .lo now is used for "local
objects" - obj's for the host machine not the target machine.
1999-05-06 18:40:39 +00:00
christos
b84e78c664
Add mount_ntfs
1999-05-06 17:13:08 +00:00
christos
3cc711cbe0
Well we are functional enough to install from an NTFS volume, so why knot?
1999-05-06 17:12:26 +00:00
christos
e649afd171
Add NTFS for the compat names.
1999-05-06 17:11:04 +00:00
christos
07b45180bb
Forgot to commit this.
...
delint: const castaway and cast to size_t
1999-05-06 17:09:31 +00:00
christos
d8463798c9
Add NTFS
1999-05-06 16:29:26 +00:00
christos
17371dd632
Make this compile...
1999-05-06 16:08:54 +00:00
christos
0dd3286354
Add mount_ntfs
1999-05-06 16:05:26 +00:00
christos
67e9632a62
Import yesterday's FreeBSD mount_ntfs source
1999-05-06 16:05:21 +00:00
christos
0c7931917a
recognize ntfs mbr fsid
1999-05-06 15:45:51 +00:00
christos
d9a25d1815
Fix compilation problems.
1999-05-06 15:43:17 +00:00
christos
b45af1f072
Import yesterday's NTFS FreeBSD source
1999-05-06 15:36:39 +00:00
christos
d050379811
Add NTFS gunk.
1999-05-06 15:31:42 +00:00
christos
6427cca029
Add NTFS related constants.
1999-05-06 15:29:23 +00:00
christos
bd6c16f830
Correct NTFS entry from 87 to 7, and make 87 be NTFS volume set (from fdisk.c)
1999-05-06 15:28:27 +00:00
mrg
8c630939a3
regen
1999-05-06 14:29:21 +00:00
kleink
6290fed1b6
SVR4-related typo in previous.
1999-05-06 14:16:07 +00:00
kleink
5b4ea02521
_C_FUNC() -> _C_LABEL()
1999-05-06 14:01:20 +00:00
kleink
c66e4d7122
* Prefix softfloat symbols which require external linkage with _arm32_ to
...
move them out of user namespace; declare those not requiring external linkage
static.
* In due course, disable those functions that require neither external nor
internal linkage.
Addresses PR port-arm32/7517.
1999-05-06 13:56:28 +00:00
kleink
fc1b5041ac
Add a _C_LABEL() macro.
1999-05-06 13:54:06 +00:00
hwr
1bffbb6eb6
s/described in papers published Sun Microsystems/described in papers published
...
by Sun Microsystems/
1999-05-06 12:04:50 +00:00
jtk
41dd04fe75
note my name (486/33, cash for nbftp)
1999-05-06 11:29:14 +00:00
drochner
4479f71283
sync diagnostic printouts in opms_pckbc_probe() with dev/pckbc/psm.c:
...
pmsprobe() -- most notably: put a part inside #ifdef DEBUG
1999-05-06 09:10:51 +00:00
jeremy
60d83bcb76
[PR/5685] Set ONLCR bit in oflags of tty mode to prevent hanging in
...
absence of carrier. From Simon J. Gerraty <sjg@quick.com.au>.
1999-05-06 08:59:21 +00:00
mycroft
8a57f79533
+hupcl -clocal in windows.
1999-05-06 07:28:51 +00:00
mrg
10c5298d7e
add pci devices found in U5's:
...
- ati weird mach64
- ebus bus
- `network' hme compatible ethernet
- `simba' PCI bus
1999-05-06 06:17:39 +00:00
scottr
0179750b00
Correct two more problems of the same type as in rev 1.21: use the length
...
of the buffer you're copying from as the loop interator, not the length
of the buffer you're copying to. Also, rewrite print_single() with
pointer instead of array operators. Appears to correct some ADB-related
`hangs' during autoconfig.
1999-05-06 06:01:27 +00:00
tsubai
661ae33963
Remove unused codes.
1999-05-06 04:37:44 +00:00
thorpej
1f4085fb66
Fix spruious false matches in px_match().
1999-05-06 01:50:56 +00:00
thorpej
964b69ec84
Back out previous. Thanks to cgd for pointing out another way to do this.
1999-05-06 01:10:28 +00:00
wrstuden
af849de633
MAke this cross-tools happy.
1999-05-06 01:04:48 +00:00
thorpej
2a4490daa5
Add a `bus' member to the pci_attach_args. This is not normally used,
...
but some child drivers might need to know this information.
1999-05-06 01:01:19 +00:00
thorpej
bb619306e2
Add needs-flag to the ukbd device.
1999-05-06 00:42:16 +00:00
thorpej
d06d703de1
Add ofw_pci.h.
1999-05-06 00:08:23 +00:00
thorpej
39544d33b7
Add needs-flag to the uhci and ohci controller attributes.
1999-05-05 23:57:31 +00:00
billc
6afcf9429b
added Dave Rand, AboveNet, Warped Communications
1999-05-05 23:32:24 +00:00