CG-WLUSB2GPXW / BT-MicroEDR2

CG-WLUSB2GPXWはそのままでは認識しなかった。
Macにさしてみるとデバイスコードが0x002eで、USB_PRODUCT_COREGA_CGWLUSB2GLが0x002dで登録されているので、if_rum.c/usbdevs.h/usbdevs_data.hを書き換えて無事認識。send-prしたほうがいいのかなあ。

BT-MicroEDR2は、i386のGENERICを参考に、src/sys/arch/landisk/confのfiles.landiskに

include "dev/bluetooth/files.bluetooth"

を付け足して、GENERICを

# Bluetooth Controller and Device support

# Bluetooth PCMCIA Controllers
#bt3c* at pcmcia? function ?            # 3Com 3CRWB6096-A
#btbc* at pcmcia? function ?            # AnyCom BlueCard LSE041/039/139

# Bluetooth USB Controllers
ubt* at uhub? port ?

# Bluetooth Device Hub
bthub* at bcsp?
#bthub* at bt3c?
#bthub* at btbc?
bthub* at btuart?
bthub* at ubt?

# Bluetooth HID support
bthidev* at bthub?

# Bluetooth Mouse
btms* at bthidev? reportid ?
wsmouse* at btms? mux 0

# Bluetooth Keyboard
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1

# Bluetooth Audio support
btsco* at bthub?

pseudo-device   bcsp                    # BlueCore Serial Protocol
pseudo-device   btuart                  # Bluetooth HCI UART (H4)

とやって認識。