Commit Graph

2742 Commits

Author SHA1 Message Date
jandberg
178419f12e Fix interrupt handler arg (needs to be softc instead of device_t) 2013-09-23 08:39:28 +00:00
skrll
bec8095433 Re-gen. Hi rkujawa. 2013-09-02 07:24:17 +00:00
matt
bf0daa663a Use <bsd.klinks.mk>
Use ${_MKTARGET_*}
Use correct arguments to ${AR}
Fix entry symbol.
2013-08-21 08:04:50 +00:00
rkujawa
02fe89c482 Add support for X-Surf 100 integrated MII PHY. MAC part seems to be compatible
with AX88190, while PHY itself can be handled by ukphy.
2013-08-13 15:43:25 +00:00
rkujawa
a12d97aa7b Clean up a bit, add debug function to print the register mappings. 2013-08-13 10:43:28 +00:00
rkujawa
d017059bc0 Add the new xsh(4) driver to GENERIC.in template. 2013-08-11 16:15:52 +00:00
rkujawa
081ad628f0 Use the proper NE2000_TYPE for AX88796. 2013-08-11 12:35:18 +00:00
rkujawa
eef8c2bab2 Fix style. 2013-08-09 12:56:31 +00:00
rkujawa
5d79cf93da Add preliminary support for Individual Computers new X-Surf 100 network card. 2013-08-08 21:23:51 +00:00
joerg
8dce5128ed Explicitly disable unwind tables for the boot loader. 2013-07-18 12:15:15 +00:00
rmind
666e919182 G/C PFIL_HOOKS from the kernel configs. 2013-06-30 21:38:55 +00:00
christos
e46f5f0078 remove obsolete networking options 2013-06-05 23:07:59 +00:00
rkujawa
d425271cba Add slhci at zbus (Thylacine) and some USB HID devices. 2013-04-27 22:29:56 +00:00
rkujawa
5bc844d257 Add Thylacine USB Host Controller driver (just a zbus frontend to slhci).
Barely works due to combination of SL811HS brain damagae and our unforgiving
driver. At least most keyboards and mices are good. Of course on amiga WSCONS
kernel is needed to make any use of them.
2013-04-27 22:27:33 +00:00
christos
1cc8b68d4b the bogus number police 2013-04-27 21:43:10 +00:00
christos
dc14ae835f remove confusing numeric locators where they are unused. 2013-04-27 18:19:19 +00:00
christos
2c1aa36c3d Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it. 2013-03-02 02:42:07 +00:00
joerg
e240adbd0b Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
phx
b5fea9e283 Include two MII PHY drivers, as needed by certain PCMCIA network cards.
More PHY drivers should be added when needed.
2013-02-01 14:48:15 +00:00
rkujawa
1b7b64a7e3 Regen configs. 2013-01-29 21:06:15 +00:00
rkujawa
dea4efb7c6 Add forgotten atabus at ata. Needed for satalink. 2013-01-29 21:04:55 +00:00
rkujawa
005917ac6b Support PCI_NETBSD_CONFIGURE for em4k. Mediator 4000 now works completely (minus
obvious lack of DMA).
2013-01-29 21:02:50 +00:00
rkujawa
d649391142 Add em4k(4). 2013-01-29 00:52:50 +00:00
rkujawa
46f5f0241a Add Mediator 4000 driver - em4k(4). Working, but PCI_NETBSD_CONFIGURE not
implemented yet. While here add some untested Mediator ZIV support to empb(4).
2013-01-29 00:49:42 +00:00
rkujawa
1af566afd6 Power down only if RB_POWERDOWN. Noticed by phx@ . 2013-01-28 16:36:10 +00:00
rkujawa
1ce07d4d32 Regen config files. 2013-01-28 14:56:02 +00:00
rkujawa
2d80693eaf Add empm(4) driver to config files. 2013-01-28 14:54:51 +00:00
rkujawa
3561fc8c97 Plug empm(4) into system halt function. 2013-01-28 14:53:33 +00:00
rkujawa
a15e6473c5 Add support for power management on Mediator 1200 SX and TX models. Allows
software power-off. Feels so modern.
2013-01-28 14:44:37 +00:00
rkujawa
a25b458635 Remove confusing, leftover comment. 2013-01-27 19:58:04 +00:00
he
79a8ee95a7 We appear to need files.usb included to get opt_usb.h generated,
to make hid.c build.  The inclusion of hid.c in the build is probably
triggered by some configs including bluetooth support, and hid.c
is apparently both for bluetooth and usb.  I'm not sure what changed
to make the build fail in the first place, though.
2013-01-11 11:00:33 +00:00
rkujawa
d2a8a7584b Try to make z3rambd less crude. Also support BigRamPlus, FastLane Z3 RAM and
DKB3128.
2012-11-26 22:58:24 +00:00
rkujawa
a686c0b3de Regen configs. 2012-11-25 23:37:28 +00:00
rkujawa
0b22320279 Argh, commited wrong file. Add z3rambd. 2012-11-25 23:37:10 +00:00
rkujawa
b082659a3a Add z3rambd, commented out. 2012-11-25 23:36:37 +00:00
rkujawa
2505fa9409 Add z3rambd driver, it allows using Zorro III RAM boards as block devices.
This makes sense in machines equipped with RAM on accelerator boards, where
difference between accelerator RAM and Zorro III RAM is significant. Hacks
were needed in amiga_init.c and zbus.c, but they are only enabled if this
driver is present in kernel. Otherwise user will get the usual behaviour.
2012-11-25 23:33:55 +00:00
christos
442672de03 readability fix. 2012-11-25 19:52:05 +00:00
rkujawa
906d076164 Use constants, not magic values. 2012-11-25 19:15:43 +00:00
rkujawa
cde2f36932 Remove confusing comment, misc style. 2012-11-21 22:37:03 +00:00
rkujawa
8a98aa5082 Regen kernel configs. 2012-11-21 22:35:19 +00:00
rkujawa
1bf63ff331 Enable wdc at xsurf, remove WDC_NO_IDS (phx@ confirmed it's not needed). 2012-11-21 22:33:50 +00:00
rkujawa
a48b4338aa Forgot do add X-Surf IDE config. 2012-11-19 23:43:08 +00:00
rkujawa
62a8ce31f0 Regen configs. 2012-11-19 22:40:24 +00:00
rkujawa
8bb4c6efd3 Add (commented out for now) driver for X-Surf IDE. 2012-11-19 22:39:47 +00:00
rkujawa
4daf233dc0 Add X-Surf IDE driver. 2012-11-19 22:36:11 +00:00
rkujawa
6c20ab8ade Add support for byteswapping of bsr2/bsw2. Needed for X-Surf IDE (incoming). 2012-11-19 22:32:48 +00:00
rkujawa
41e877e706 Nuke unused clock struct, was used by a2kbbc before conversion to MI msm6242b
driver.
2012-11-14 13:36:02 +00:00
rkujawa
15d04dfed0 The a2kbbc is now based on MI MSM6242B driver. 2012-11-14 01:55:25 +00:00
rkujawa
b57caf8fee Add driver for Delfina 1200 / Delfina Flipper. Useless now (doesn't support
audio or DSP), but is able to disable interrupts which is important if booting
NetBSD from AmigaOS to avoid unhandled interrupts.
2012-11-08 18:30:21 +00:00
rkujawa
3b84b9cffd Make Amiga video drivers work again after device/softc changes.
Patch from chs@.
2012-11-08 18:04:56 +00:00