macallan
43b2c2b989
include files.wsfb
2007-04-10 02:50:32 +00:00
drochner
ab07e481e4
It doesn't make sense to specify "configuration" and "interface"
...
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.
2007-03-14 12:27:20 +00:00
rumble
043fd3ee40
Enable GIO32 SCSI adapters to attach at secondary and tertiary HPCs.
2007-02-20 22:21:26 +00:00
rumble
eb755ecb24
Enable light(4).
2006-12-29 00:42:01 +00:00
rumble
163b9bb1ca
Rework GIO probing a bit.
...
Devices present on the GIO bus needn't always provide a Product
Indentification Word, even if their address space is the same as the
address space of a slot. Separate the handling of probing for slot-based
devices and graphics devices, matching the latter first, and precluding
addresses probed for the former when a graphics device is known to exist
in a slot's space.
2006-12-29 00:41:11 +00:00
rumble
b830d82e42
The Set Engineering workaround is now set as a proplib entry in
...
sgimips/autoconf.c.
2006-12-24 02:07:29 +00:00
rumble
90e37dd7fb
The Set Engineering board now works, so enabled it with the appropriate
...
workaround option. Also, add 'tlphy' to keep the dmesg tidy (it's unused).
2006-12-23 21:30:42 +00:00
rumble
86f754de17
Permit sq(4) to attach to secondary HPCs, enabling support for the E++
...
GIO adapters and the secondary ethernet on the Challenge S (untested).
2006-12-23 21:25:51 +00:00
rumble
a295ad6c89
Revert the change to using objcopy in 1.9. Our present objcopy solution
...
results in unbootable ecoff kernels ("malloc_type_attach: bad magic"
panic). Maybe this could be fixed with appropriate flags, but elf2ecoff
produces working ecoff kernels and ecoff bootloaders, which was the reason
for the switch in the first place.
2006-12-22 21:07:52 +00:00
wiz
6919c6578c
s/independant/independent/, from Zafer.
2006-11-24 22:04:21 +00:00
jmmv
7a13fe4abf
Remove tmpfs's experimental status. OK'ed by core@.
2006-11-11 18:47:08 +00:00
bouyer
154d613f0b
Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
...
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs
2006-10-21 14:10:32 +00:00
tsutsui
7245fafc22
Add re at pci and rgephy at mii.
2006-10-20 15:48:37 +00:00
gdamore
5a87ca8ef8
sgimips converted to timecounters. Systems that can do them get mips_cp0
...
based logic. We also use the common mips3_clock functions for those systems,
removing some port-specific code.
Tested by martin@.
2006-09-16 08:50:27 +00:00
rumble
fc6e81a8cb
Check the haltwo hardware present bit in the match function, rather than
...
in the attach function after we've thwacked several registers and
potentially wedged the machine. This fixes booting on Challenge S systems
and addresses PR 25202.
Consequently, re-enable haltwo in the default kernel configuration.
Many thanks to George Harvey for testing and feedback.
2006-09-04 22:06:06 +00:00
rumble
db8f31d6dd
Comment out tl(4) and nsphy(4) (used by the Set Engineering board) as it
...
appears to have an unresolved problem with bulk transmits.
2006-09-01 03:36:30 +00:00
rumble
c693018067
Add the giopci device and associated ethernet/mii chipsets for the Phobos
...
and Set Engineering GIO fast ethernet boards.
2006-08-30 23:59:50 +00:00
christos
e0df1e4c51
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
...
Also remove CCITT,NS,NIP
2006-08-26 20:26:43 +00:00
tsutsui
6ff205ce76
Remove obsolete #options VERIFIED_EXEC, found by grep(1).
2006-08-26 07:59:21 +00:00
skrll
1a3062e81b
s/adpater/adapter/
...
Prompted by PR/34195
2006-08-14 06:22:33 +00:00
christos
b300b74469
Disable SYSTRACE by default on all kernels (discussed with core)
2006-08-12 15:29:52 +00:00
he
ade3eb1a11
Also comment out audio* at audiobus? now that no audio device is available.
2006-07-31 22:53:43 +00:00
rumble
b0631951f9
Disable haltwo(4) by default. The driver does not properly determine when
...
the audio hardware is not present and causes a hang on Challenge-S systems.
Approved by pooka@ and sekiya@.
2006-07-20 10:37:25 +00:00
tsutsui
62040eebd7
Add (commented out) pseudo-device carp.
2006-06-30 10:51:46 +00:00
pavel
8f6c91f9fd
Enable the gsip driver. Worked when I (lightly) tested it.
...
No objections on port-sgipips@.
2006-05-23 08:18:35 +00:00
drochner
1168954c68
adjust comments for the new location of wskbdmap_mfii.c,
...
addresses PR kern/33290 by henry nelson
2006-04-19 10:31:44 +00:00
tsutsui
936c3743c7
Switch macepci to use MI pci_configure_bus(9) rather than its own fixup code.
...
Tested on my O2 with several devices, and ok'ed by sekiya.
2006-04-17 14:01:08 +00:00
tsutsui
bf7d106360
Add adv at pci. Tested on my O2.
2006-04-17 12:46:35 +00:00
jmmv
aec18036fd
Remove the getwschar and putwschar accessops from wsdisplay drivers as
...
requested by uwe@. These were wrong because they were receiving an
emulcookie yet they were accessops (thus having to receive an accesscookie).
Instead, just handle the WSDISPLAYIO_{GET,PUT}WSCHAR ioctls from the
driver's ioctl accessop.
As this reduces the amount of code needed to handle these operations to
two small functions in each driver, remove the WSDISPLAY_CHARFUNCS kernel
option.
Reviewed by, at least, uwe@ and macallan@. No objections in tech-kern@.
2006-04-15 17:48:23 +00:00
pavel
dc1372c547
Add stf to all kernel configs which have INET6 and gif, except the INSTALL
...
ones and those for specific machines of developers. PR 32304.
OK'ed by rpaulo.
N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".
2006-03-28 20:58:39 +00:00
cube
6ff13154dd
Remove 'count' argument for pseudo-devices that ignore it
...
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
2006-02-05 05:01:48 +00:00
rpaulo
23b8c23173
bpfilter doesn't accept count anymore.
2006-02-04 03:33:20 +00:00
tsutsui
c0bcc1e045
Add commented out UDF file-system entry in GENERIC-like configurations.
2006-02-03 13:52:14 +00:00
rumble
809e7519ba
Fix the comment. It is perfectly valid to have a kernel that supports
...
MIPS1 and MIPS3. However, we need a separate config due to different
start addresses.
2006-01-03 02:09:02 +00:00
kurahone
3a97f79ed6
Added support for the IP22 IOC's parallel port (PI1).
...
Code contributed by Joe Britt.
Reviewed by <sekiya> and <kurahone>.
2005-12-28 08:31:09 +00:00
thorpej
c97c3de6e9
Remove the tablet line discipline.
2005-12-20 05:35:27 +00:00
christos
95e1ffb156
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
tsutsui
3922f98c0e
Sync with other ports:
...
> Add (commented out) Veriexec options and pseudo-device to GENERIC kernels.
2005-12-10 14:41:17 +00:00
tsutsui
ff9b47d69e
Adjust comments for options FFS_NO_SNAPSHOT.
...
XXX: This option should be mentioned in options(4).
2005-12-07 09:10:11 +00:00
thorpej
cfc81086d9
swcr -> swcrypto
2005-11-25 16:41:31 +00:00
thorpej
7385cdd346
"pseudo-device crypto" really refers to the /dev/crypto API to the
...
opencrypto framework, not the framework itself. Update the comment
accordingly.
2005-11-25 16:35:11 +00:00
thorpej
751f32db24
Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
...
commented out).
2005-11-25 16:30:23 +00:00
tsutsui
1fd2caa23d
Add njs* at pci, which works fine on my O2.
2005-11-23 08:14:50 +00:00
tsutsui
0f4f57561c
Add pcscp (aka DC-390) at pci, which is confirmed working.
2005-11-06 10:35:13 +00:00
tsutsui
e955c959e4
Add (commented out) file-system TMPFS.
2005-10-06 14:59:13 +00:00
yamt
d597202302
make VMSWAP optional again.
2005-09-17 14:38:38 +00:00
yamt
7e71f567e4
include "conf/std".
2005-09-17 09:44:05 +00:00
tsutsui
a369ae7ab2
Add esiop at pci, which just works.
2005-09-12 15:36:19 +00:00
christos
93c362d7ef
Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
2005-08-19 05:19:49 +00:00
christos
758a209d23
64 bit inode changes.
2005-08-19 02:03:49 +00:00