1bbc_beep(7D) Devices bbc_beep(7D)
2
3
4
6 bbc_beep - Platform-dependent Beep driver for BBC-based hardware.
7
9 beep@unit-address
10
11
13 The bbc_beep driver generates beeps on platforms (including Sun Blade
14 1000) that use BBC-based registers and USB keyboards. When the KIOCCMD
15 ioctl is issued to the USB keyboard module (see usbkbm(7M)) with com‐
16 mand KBD_CMD_BELL/KBD_CMD_NOBELL, usbkbm(7M) passes the request to the
17 bbc_beep driver to turn the beep on and off, respectively.
18
20 /platform/sun4u/kernel/drv/sparcv9/bbc_beep
21
22 64-bit ELF kernel driver
23
24
26 See attributes(5) for descriptions of the following attributes:
27
28
29
30
31 ┌─────────────────────────────┬─────────────────────────────┐
32 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
33 ├─────────────────────────────┼─────────────────────────────┤
34 │Architecture │BBC-based SPARC │
35 ├─────────────────────────────┼─────────────────────────────┤
36 │Availability │SUNWcarx.u │
37 └─────────────────────────────┴─────────────────────────────┘
38
40 kbd(1), attributes(5), grbeep(7d), kb(7M), usbkbm(7M)
41
42
43 Writing Device Drivers
44
46 None
47
48
49
50SunOS 5.11 18 Dec 2001 bbc_beep(7D)